Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2008-07-31 17:23:45 +0000
committerAndrew Niefer2008-07-31 17:23:45 +0000
commite8e86778d6e2b47171703010fdacbf93c157e775 (patch)
treec7dc4f1e2a101c133dd607976042496e02519064
parentaf6f12ec40dfc1e3536d0e6dac3689dd1d442675 (diff)
downloadrt.equinox.framework-e8e86778d6e2b47171703010fdacbf93c157e775.tar.gz
rt.equinox.framework-e8e86778d6e2b47171703010fdacbf93c157e775.tar.xz
rt.equinox.framework-e8e86778d6e2b47171703010fdacbf93c157e775.zip
bug 220461 - cocoa port
-rwxr-xr-xbundles/org.eclipse.equinox.executable/library/carbon/make_cocoa.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/make_cocoa.mak b/bundles/org.eclipse.equinox.executable/library/carbon/make_cocoa.mak
index cb31556ea..69aa600fe 100755
--- a/bundles/org.eclipse.equinox.executable/library/carbon/make_cocoa.mak
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/make_cocoa.mak
@@ -36,7 +36,6 @@ DLL = $(PROGRAM_LIBRARY)
LIBS = -framework Cocoa
ARCHS = -arch i386 -arch ppc
CFLAGS = -O -s \
- -mmacosx-version-min=10.3 \
-Wall \
-DCOCOA -xobjective-c \
$(ARCHS) \

Back to the top