summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-05 01:39:31 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-05 01:39:31 +0000
commit759e70e74eeacd5037775cb937e56df0342a62ab (patch)
tree07818c20adcf76e844fedabb89375ba90a9ff0b9 /macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj
parentee1a4b9bc8db6fdc49f24855becd9eb00cd61ed4 (diff)
downloadpcsxr-759e70e74eeacd5037775cb937e56df0342a62ab.tar.gz
Make it build again
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85828 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj')
-rw-r--r--macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj16
1 files changed, 12 insertions, 4 deletions
diff --git a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj
index 93a6b7bd..b561e629 100644
--- a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj
+++ b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj
@@ -335,8 +335,12 @@
7170842D0FDFD328004F3EB4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "PCSXRPLUG=SoftGL",
+ _MACGL,
+ _DARWIN,
+ "$(inherited)",
+ );
GCC_WARN_UNKNOWN_PRAGMAS = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins";
@@ -354,8 +358,12 @@
7170842E0FDFD328004F3EB4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = YES;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "PCSXRPLUG=SoftGL",
+ _MACGL,
+ _DARWIN,
+ "$(inherited)",
+ );
GCC_WARN_UNKNOWN_PRAGMAS = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins";