diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-12 20:07:20 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-12 20:07:20 +0000 |
| commit | 98f9382fb8307e539091454392ca658648f722b8 (patch) | |
| tree | 63922f6d138eae366b2b57546cfc98998b414bca /macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj | |
| parent | a3c75d56e6bb3e77fb2bef70e1a0175a5e7ab966 (diff) | |
| download | pcsxr-98f9382fb8307e539091454392ca658648f722b8.tar.gz | |
Big Mac Commit!
Updating plug-ins to use Release instead of Debug for command line building.
Update to use 64-bit safe datatypes (NSInteger where needed).
Getting rid of no longer used variables in the Xcode projects.
Making a Localizable.strings file.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj')
| -rw-r--r-- | macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj index c29b0a35..72dd7bc9 100644 --- a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj +++ b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj @@ -280,7 +280,6 @@ DEBUGGING_SYMBOLS = YES; GCC_DYNAMIC_NO_PIC = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = 1; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; @@ -293,7 +292,6 @@ INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins"; LIBRARY_STYLE = BUNDLE; - ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)"; OPTIMIZATION_CFLAGS = "-finline-functions -finline-limit=1600 -fomit-frame-pointer -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math"; OTHER_CFLAGS = "-finline-functions"; OTHER_LDFLAGS = ( @@ -302,7 +300,6 @@ "-framework", AppKit, ); - OTHER_REZFLAGS = ""; PRODUCT_NAME = PeopsSoftGL; SECTORDER_FLAGS = ""; SYMROOT = ../../build; @@ -322,7 +319,6 @@ DEBUGGING_SYMBOLS = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = 3; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ""; @@ -342,7 +338,6 @@ "-framework", AppKit, ); - OTHER_REZFLAGS = ""; PRODUCT_NAME = PeopsSoftGL; SECTORDER_FLAGS = ""; SYMROOT = ../../build; @@ -352,18 +347,14 @@ "-Wno-unknown-pragmas", ); WRAPPER_EXTENSION = psxplugin; - ZERO_LINK = NO; }; name = Release; }; 717084320FDFD328004F3EB4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - i386, - x86_64, - ); - GCC_MODEL_TUNING = ""; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_OPTIMIZATION_LEVEL = 0; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; HEADER_SEARCH_PATHS = ( ../../../plugins/dfxvideo, @@ -380,11 +371,7 @@ 717084330FDFD328004F3EB4 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - i386, - x86_64, - ); - GCC_MODEL_TUNING = ""; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; HEADER_SEARCH_PATHS = ( ../../../plugins/dfxvideo, @@ -407,7 +394,7 @@ 7170842E0FDFD328004F3EB4 /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = Release; }; 717084310FDFD328004F3EB4 /* Build configuration list for PBXProject "PeopsSoftGPU" */ = { isa = XCConfigurationList; @@ -416,7 +403,7 @@ 717084330FDFD328004F3EB4 /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; |
