From 52fd9784d1ca20bbe2af7e7872931c9de84f4b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 24 Sep 2009 12:20:08 +0000 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1