aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-09-24 12:20:08 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-09-24 12:20:08 +0000
commit52fd9784d1ca20bbe2af7e7872931c9de84f4b80 (patch)
treeebd77ebc3e51d7361ebb5b154658d60ec3250550
parentee70805b65642b9a294b7ea295f570c7949eab3b (diff)
added "-DHAVE_BASE_GEMCONFIG_H_" to not automagically include GemConfig.h (this has to be solved somehow better: GemConfig.h must not be included by all the CPPExterns that never need it)
svn path=/trunk/externals/gem2pdp/; revision=12440
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2ce9179..b828082 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,7 +15,7 @@ GEM2PDP_TARBALL = $(GEM2PDP_DISTRO).tar.gz
INCLUDES = @INCLUDES@ -I$(PD_DIR)/src -I. -I$(PDP_DIR)/include -I$(GEM_DIR)/src
CFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \
-Wall -W -Wno-unused -Wno-parentheses -Wno-switch \
- -DGEM2PDP_VERSION=\"$(GEM2PDP_VERSION)\" -g @CFLAGS@
+ -DGEM2PDP_VERSION=\"$(GEM2PDP_VERSION)\" -g -DHAVE_BASE_GEMCONFIG_H_ @CFLAGS@
PDP_PIDIP_CFLAGS = -O
export MACOSX_DEPLOYMENT_TARGET = 10.3