aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-01-27 17:06:07 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-01-27 17:06:07 +0000
commit968e313857743435e662c831a8b29f50b20e0d41 (patch)
tree3c120456d9378257942767bf0d360932991fa5e3 /Makefile.config
parent7f5bcf8ad536a674ba6f626e1a11ebd660fdec24 (diff)
creb 0.7
svn path=/trunk/externals/creb/; revision=364
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index 5dee604..a57eeb5 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -1,8 +1,9 @@
PD_DIR = /home/tom/pd/distro/pd/src
CREB_DIR = /home/tom/pd/extlib
-CREB_VERSION = 0.6
+CREB_VERSION = 0.7
-DEFS = -DPD -DCREB_VERSION=\"$(CREB_VERSION)\"
+DEFS = -DPD -DCREB_VERSION=\"$(CREB_VERSION)\"
+#-DHAVE_ABS_TILDE
LINUXCFLAGS = $(DEFS) -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wstrict-prototypes -Werror \