aboutsummaryrefslogtreecommitdiff
path: root/pso/makefile.pd-darwin
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-05-18 23:15:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-05-18 23:15:48 +0000
commit234cd20b424d948e33895194007828406e1b7480 (patch)
tree3ca92a6cae4d91f6dfa71f8e9ea3ce9baee50cad /pso/makefile.pd-darwin
parent15de9917748ff0ff8730758f90b515beead860f1 (diff)
modified build files to work with CVS layout
svn path=/trunk/externals/bbogart/; revision=1746
Diffstat (limited to 'pso/makefile.pd-darwin')
-rw-r--r--pso/makefile.pd-darwin6
1 files changed, 3 insertions, 3 deletions
diff --git a/pso/makefile.pd-darwin b/pso/makefile.pd-darwin
index 5fd70f9..e9e4006 100644
--- a/pso/makefile.pd-darwin
+++ b/pso/makefile.pd-darwin
@@ -12,10 +12,11 @@ CONFIG=config-pd-darwin.txt
include $(CONFIG)
-FLEXTLIB=$(FLEXTPATH)/flext.a
+#FLEXTLIB=$(FLEXTPATH)/flext.a
+FLEXTLIB=$(FLEXTPATH)/pd-darwin/libflext.a
# compiler+linker stuff
-INCLUDES=$(PDPATH)
+INCLUDES=$(PDPATH) ../../grill/flext/source
LIBPATH=
FLAGS=-DFLEXT_SYS=2
CFLAGS=-O6 ${UFLAGS} -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes
@@ -67,7 +68,6 @@ install:: $(TARGET)
.PHONY: clean
clean:
rm -f $(TARGDIR)/*.o $(TARGET)
-