Skip to content

Commit

Permalink
- fixed a problem with the SDK path
Browse files Browse the repository at this point in the history
git-svn-id: https://cocoaglk.googlecode.com/svn/trunk/CocoaGlk@29 fa1805ff-ec47-0410-9496-756a55e85969
  • Loading branch information
Logicalshift committed Jul 9, 2008
1 parent 3cbf863 commit 010c03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CocoaGlk.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objectVersion = 44;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -1810,7 +1810,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
MACOSX_DEPLOYMENT_TARGET = 10.2;
SDKROOT = macosx10.4;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
};
name = Development;
Expand All @@ -1823,7 +1823,7 @@
ppc,
);
MACOSX_DEPLOYMENT_TARGET = 10.2;
SDKROOT = macosx10.4;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk;
};
Expand All @@ -1837,7 +1837,7 @@
i386,
);
MACOSX_DEPLOYMENT_TARGET = 10.2;
SDKROOT = macosx10.4;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
};
name = Default;
Expand Down

0 comments on commit 010c03d

Please sign in to comment.