diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-29 17:48:57 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-29 17:48:57 +0000 |
| commit | c126013e934a9242e1026ae78fd05f4473e2d954 (patch) | |
| tree | 9ec4389d776b0e4d4e7899757801027853241ab9 /macosx/plugins | |
| parent | 5e4d28d427e83c192a1be732b58003f8f3901add (diff) | |
| download | pcsxr-c126013e934a9242e1026ae78fd05f4473e2d954.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38461 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins')
4 files changed, 8 insertions, 0 deletions
diff --git a/macosx/plugins/CDDeviceInterface/CDDeviceInterfacePlugin.xcodeproj/project.pbxproj b/macosx/plugins/CDDeviceInterface/CDDeviceInterfacePlugin.xcodeproj/project.pbxproj index 614ba496..066d4788 100644 --- a/macosx/plugins/CDDeviceInterface/CDDeviceInterfacePlugin.xcodeproj/project.pbxproj +++ b/macosx/plugins/CDDeviceInterface/CDDeviceInterfacePlugin.xcodeproj/project.pbxproj @@ -212,6 +212,7 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CDDeviceInterface; SECTORDER_FLAGS = ""; + SYMROOT = ../../build; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -242,6 +243,7 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CDDeviceInterface; SECTORDER_FLAGS = ""; + SYMROOT = ../../build; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj b/macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj index 3d7e8e1b..d44cc4e1 100644 --- a/macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj +++ b/macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj @@ -273,6 +273,7 @@ LIBRARY_STYLE = BUNDLE; OTHER_CFLAGS = "-DUSEMACOSX=1"; PRODUCT_NAME = PeopsSPU; + SYMROOT = ../../build; WRAPPER_EXTENSION = psxplugin; ZERO_LINK = NO; }; @@ -301,6 +302,7 @@ OTHER_CFLAGS = ""; OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; PRODUCT_NAME = PeopsSPU; + SYMROOT = ../../build; WRAPPER_EXTENSION = psxplugin; ZERO_LINK = NO; }; diff --git a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj index 8b5cab6d..9657f8c3 100644 --- a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj +++ b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj @@ -315,6 +315,7 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = PeopsSoftGL; SECTORDER_FLAGS = ""; + SYMROOT = ../../build; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -355,6 +356,7 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = PeopsSoftGL; SECTORDER_FLAGS = ""; + SYMROOT = ../../build; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", diff --git a/macosx/plugins/HIDInput/HIDInput.xcodeproj/project.pbxproj b/macosx/plugins/HIDInput/HIDInput.xcodeproj/project.pbxproj index a20d651a..12a02125 100644 --- a/macosx/plugins/HIDInput/HIDInput.xcodeproj/project.pbxproj +++ b/macosx/plugins/HIDInput/HIDInput.xcodeproj/project.pbxproj @@ -301,6 +301,7 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = HIDInput; SECTORDER_FLAGS = ""; + SYMROOT = ../../build; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -332,6 +333,7 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = HIDInput; SECTORDER_FLAGS = ""; + SYMROOT = ../../build; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", |
