mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-13 21:59:32 +00:00
Dolphin can now be built on OS X using Xcode instead of scons.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1410 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e0f1a3b9cf
commit
7b2e74b6fe
7
Source/Core/Common/makesvnrev.sh
Executable file
7
Source/Core/Common/makesvnrev.sh
Executable file
@ -0,0 +1,7 @@
|
||||
REV=`svnversion -n ./`
|
||||
echo $REV
|
||||
|
||||
cat > Src/svnrev.h <<EOF
|
||||
#define SVN_REV $REV
|
||||
#define SVN_REV_STR "$REV"
|
||||
EOF
|
BIN
Source/Dolphin.xcodeproj/TemplateIcon.icns
Normal file
BIN
Source/Dolphin.xcodeproj/TemplateIcon.icns
Normal file
Binary file not shown.
1452
Source/Dolphin.xcodeproj/project.pbxproj
Normal file
1452
Source/Dolphin.xcodeproj/project.pbxproj
Normal file
File diff suppressed because it is too large
Load Diff
7
Source/DolphinProj.xcconfig
Normal file
7
Source/DolphinProj.xcconfig
Normal file
@ -0,0 +1,7 @@
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = YES;
|
||||
GCC_ENABLE_CPP_RTTI = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
PREBINDING = NO;
|
||||
INFOPLIST_EXPAND_BUILD_SETTINGS = YES;
|
4
Source/DolphinTarget.xcconfig
Normal file
4
Source/DolphinTarget.xcconfig
Normal file
@ -0,0 +1,4 @@
|
||||
INSTALL_PATH = $(HOME)/Applications;
|
||||
PRODUCT_NAME = Dolphin;
|
||||
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = Dynamic;
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
Loading…
Reference in New Issue
Block a user