aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac/gnumake-gcc.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-07 04:58:47 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-07 04:58:47 +0000
commitdad0b0542c08240f4431a34d46e6676461e0d83b (patch)
tree1d4ce3ce8cfe60caec560d0514f6eb4c08defcc3 /externals/grill/flext/buildsys/mac/gnumake-gcc.inc
parented4ce25dc69fd6361f7655a3ab5d05186754316c (diff)
updated for OSX
better templates, some minor changes fix for showing attributes on select (and recreate the object on edit) cleanups svn path=/trunk/; revision=2469
Diffstat (limited to 'externals/grill/flext/buildsys/mac/gnumake-gcc.inc')
-rw-r--r--externals/grill/flext/buildsys/mac/gnumake-gcc.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc
index 661c422d..ffc9c6ef 100644
--- a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc
+++ b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc
@@ -4,6 +4,8 @@ LDFLAGS += -dynamic -Wl,-x -framework ApplicationServices -framework vecLib
##############################################
+CFLAGS += $(UFLAGS)
+
ifdef DEBUG
CFLAGS += -g -D_DEBUG
else