summaryrefslogtreecommitdiff
path: root/macosx/plugins/PeopsXgl
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-09-17 01:15:40 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-09-17 01:15:40 +0000
commita4905ffaa0185235cc638098dae277f8abc0a56c (patch)
tree03f508b54719c7af768a211e3655aada65577671 /macosx/plugins/PeopsXgl
parent8ddbbfe157a5ed6d52bb07dcbef2e9c5814e80e0 (diff)
downloadpcsxr-a4905ffaa0185235cc638098dae277f8abc0a56c.tar.gz
Updating projects to build on Xcode 4.4
Added OpenGL shader support to the Mac software renderer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79892 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/PeopsXgl')
-rw-r--r--macosx/plugins/PeopsXgl/PeopsXGL.xcodeproj/project.pbxproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/macosx/plugins/PeopsXgl/PeopsXGL.xcodeproj/project.pbxproj b/macosx/plugins/PeopsXgl/PeopsXGL.xcodeproj/project.pbxproj
index 037ea76d..5357a69b 100644
--- a/macosx/plugins/PeopsXgl/PeopsXGL.xcodeproj/project.pbxproj
+++ b/macosx/plugins/PeopsXgl/PeopsXGL.xcodeproj/project.pbxproj
@@ -200,7 +200,7 @@
2B3E5A03062AAC1A001D796E /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 0420;
+ LastUpgradeCheck = 0440;
};
buildConfigurationList = 717084310FDFD328004F3EB4 /* Build configuration list for PBXProject "PeopsXGL" */;
compatibilityVersion = "Xcode 3.2";
@@ -301,6 +301,7 @@
7170842D0FDFD328004F3EB4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
@@ -334,6 +335,7 @@
7170842E0FDFD328004F3EB4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
@@ -375,7 +377,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
SYMROOT = ../../build;
VALID_ARCHS = "i386 x86_64";
WARNING_CFLAGS = "-Wall";
@@ -398,7 +400,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "-fomit-frame-pointer";
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
SYMROOT = ../../build;
VALID_ARCHS = "i386 x86_64";
WARNING_CFLAGS = "-Wall";