diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-04 03:07:44 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-04 03:07:44 +0000 |
| commit | dd7da2fae96b9ba6bdbc28f7b26469373801f21e (patch) | |
| tree | 9faf6aa7f2fa2900dcabc3d88d11e87285693e9b /macosx/Pcsxr.xcodeproj | |
| parent | a012af37d7bd3a972d2b3fbb7ed09bc8662e91eb (diff) | |
| download | pcsxr-dd7da2fae96b9ba6bdbc28f7b26469373801f21e.tar.gz | |
Make the plug-ins use ARC in 64-bit mode.
Change how the preprocessor macros are managed on OS X.
Set the name of the product to the target name.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85795 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr.xcodeproj')
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/project.pbxproj | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index e47f93e5..7139274a 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -113,6 +113,13 @@ remoteGlobalIDString = 5599695E13AFCD2900B0216B; remoteInfo = PeopsAL; }; + 5586005E17850CFC00CB3D85 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 554588431783DF39008A7407; + remoteInfo = SPUSharedCode; + }; 559DAC45146BA61400C5DF71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */; @@ -597,6 +604,7 @@ children = ( 71AD2DD110C356FD00365243 /* PeopsSpuSDL.psxplugin */, 28B467F11463D0020083F129 /* PeopsSpuAL.psxplugin */, + 5586005F17850CFC00CB3D85 /* libSPUSharedCode.dylib */, ); name = Products; sourceTree = "<group>"; @@ -736,6 +744,13 @@ remoteRef = 28B467F01463D0020083F129 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + 5586005F17850CFC00CB3D85 /* libSPUSharedCode.dylib */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.dylib"; + path = libSPUSharedCode.dylib; + remoteRef = 5586005E17850CFC00CB3D85 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; 559DACAE146C647E00C5DF71 /* DFNet.psxplugin */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; @@ -1002,12 +1017,12 @@ GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( PCSXRCORE, - "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", + "PCSXR_VERSION=\\\"1.5\\\"", + "XA_HACK=1", "_MACOSX=1", __MACOSX__, - DEBUG, + "$(inherited)", ); - GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1 = "PCSXR_VERSION=\\\"1.5\\\" XA_HACK=1"; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; INFOPLIST_FILE = Info.plist; @@ -1030,11 +1045,12 @@ GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ( PCSXRCORE, - "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", + "PCSXR_VERSION=\\\"1.5\\\"", + "XA_HACK=1", "_MACOSX=1", __MACOSX__, + "$(inherited)", ); - GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1 = "PCSXR_VERSION=\\\"1.5\\\" XA_HACK=1"; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; INFOPLIST_FILE = Info.plist; @@ -1058,6 +1074,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; DEBUG_INFORMATION_FORMAT = dwarf; GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO; GCC_WARN_ABOUT_RETURN_TYPE = YES; |
