From 8173cd6fbbe611dcaf5c643f3d3fd4873dde0c19 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 18 Dec 2004 05:04:43 +0000 Subject: use flext build system using flext build system updated build system svn path=/trunk/; revision=2408 --- externals/grill/py/makefile-lnx-gcc.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 externals/grill/py/makefile-lnx-gcc.txt (limited to 'externals/grill/py/makefile-lnx-gcc.txt') diff --git a/externals/grill/py/makefile-lnx-gcc.txt b/externals/grill/py/makefile-lnx-gcc.txt new file mode 100644 index 00000000..a536803d --- /dev/null +++ b/externals/grill/py/makefile-lnx-gcc.txt @@ -0,0 +1,9 @@ +# usage: +# to build run "sh build-mac-max-gcc.sh" or "sh build-mac-pd-gcc.sh" +# + +INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) +LIBS += -lpython$(PYTHONVERSION) + +# multi-threaded build +THREADED=1 -- cgit v1.2.1