Revert the path change. The correct way to handle this is with custom executables which are per-user.

This commit is contained in:
Steve Checkoway
2006-08-14 15:44:10 +00:00
parent 642f06d210
commit b64a3f866e
@@ -5996,6 +5996,7 @@
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_STYLE = "non-global";
SYMROOT = "$(SRCROOT)/..";
WARNING_CFLAGS = "";
WRAPPER_EXTENSION = app;
};
@@ -6405,6 +6406,7 @@
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk;
STRIP_INSTALLED_PRODUCT = YES;
STRIP_STYLE = "non-global";
SYMROOT = "$(SRCROOT)/..";
WARNING_CFLAGS = "";
WRAPPER_EXTENSION = app;
};
@@ -6551,6 +6553,7 @@
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk;
STRIP_INSTALLED_PRODUCT = YES;
STRIP_STYLE = "non-global";
SYMROOT = "$(SRCROOT)/..";
WARNING_CFLAGS = "";
WRAPPER_EXTENSION = app;
};