aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config_darwin
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-18 13:18:54 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-18 13:18:54 +0000
commit0cb66a03e133428a6778de2abec3df4c6cedea59 (patch)
tree366e021b6f3253c3e492cc55cdbbdea5e76fd170 /Makefile.config_darwin
parentcec59cea80c2a573404d52cda43fda46536f2121 (diff)
creb update
svn path=/trunk/externals/creb/; revision=419
Diffstat (limited to 'Makefile.config_darwin')
-rw-r--r--Makefile.config_darwin8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.config_darwin b/Makefile.config_darwin
index b9c49eb..705d134 100644
--- a/Makefile.config_darwin
+++ b/Makefile.config_darwin
@@ -1,7 +1,7 @@
PD_DIR = /usr/local/pd/src
PD_EXECUTABLE = /usr/local/pd/bin/pd
-CREB_VERSION = 0.5
+CREB_VERSION = 0.8
LIBNAME = creb.pd_darwin
@@ -15,11 +15,11 @@ INCLUDE = -I$(PD_DIR) -I../include -I../include/dspi
LIBFLAGS = -bundle -bundle_loader $(PD_EXECUTABLE)
-CC = gcc
-CPLUSPLUS = g++
+#CC = gcc
+#CXX = g++
.c.o:
$(CC) $(CFLAGS) $(INCLUDE) -o $*.o -c $*.c
.cc.o:
- $(CPLUSPLUS) $(CFLAGS) $(INCLUDE) -o $*.o -c $*.cc
+ $(CXX) $(CFLAGS) $(INCLUDE) -o $*.o -c $*.cc