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-mac-gcc.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 externals/grill/py/makefile-mac-gcc.txt (limited to 'externals/grill/py/makefile-mac-gcc.txt') diff --git a/externals/grill/py/makefile-mac-gcc.txt b/externals/grill/py/makefile-mac-gcc.txt new file mode 100644 index 00000000..c1ed50cb --- /dev/null +++ b/externals/grill/py/makefile-mac-gcc.txt @@ -0,0 +1,8 @@ +# usage: +# to build run "sh build-mac-max-gcc.sh" or "sh build-mac-pd-gcc.sh" +# + +LIBS += -framework Python + +# multithreaded build +THREADED=1 -- cgit v1.2.1