From 0cb66a03e133428a6778de2abec3df4c6cedea59 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 18 Feb 2003 13:18:54 +0000 Subject: creb update svn path=/trunk/externals/creb/; revision=419 --- Makefile.config_darwin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.config_darwin') 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 -- cgit v1.2.1