aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-12-09 07:57:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-12-09 07:57:18 +0000
commit279b7280dadfb956bc87b1355257b9ae8ee3426e (patch)
treef7678276e2b81dfa8e4f1f8c78a170d6b408643b
parent64a6165587955d7d40cb101e4f6394692aa751ad (diff)
oops, reverted IPHONE_ALL_CFLAGS to IPHONE_CFLAGS
svn path=/trunk/externals/iem/iemnet/; revision=14579
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e65772a..01241e7 100644
--- a/Makefile
+++ b/Makefile
@@ -90,9 +90,9 @@ ifeq ($(UNAME),Darwin)
CPP=$(IPHONE_BASE)/cpp
CXX=$(IPHONE_BASE)/g++
ISYSROOT = -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk
- IPHONE_ALL_CFLAGS = -miphoneos-version-min=3.0 $(ISYSROOT) -arch armv6
+ IPHONE_CFLAGS = -miphoneos-version-min=3.0 $(ISYSROOT) -arch armv6
OPT_CFLAGS = -fast -funroll-loops -fomit-frame-pointer
- ALL_CFLAGS := $(IPHONE_ALL_CFLAGS) $(OPT_CFLAGS) $(ALL_CFLAGS) \
+ ALL_CFLAGS := $(IPHONE_CFLAGS) $(OPT_CFLAGS) $(ALL_CFLAGS) \
-I/Applications/Pd-extended.app/Contents/Resources/include
ALL_LDFLAGS += -arch armv6 -bundle -undefined dynamic_lookup $(ISYSROOT)
ALL_LIBS += -lc