aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/makefile.pd-darwin
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-12-29 21:30:25 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-12-29 21:30:25 +0000
commit09f42a0bf075cb60783111169b8dd5fc23497fae (patch)
tree50db0bdc7bde62767879746945ba1885fe81e4e9 /externals/grill/py/makefile.pd-darwin
parent8e5699c83d2a5f5d649a950e94662257a9b8a979 (diff)
""
svn path=/trunk/; revision=1240
Diffstat (limited to 'externals/grill/py/makefile.pd-darwin')
-rwxr-xr-xexternals/grill/py/makefile.pd-darwin9
1 files changed, 4 insertions, 5 deletions
diff --git a/externals/grill/py/makefile.pd-darwin b/externals/grill/py/makefile.pd-darwin
index 47d5bdac..ab63aa97 100755
--- a/externals/grill/py/makefile.pd-darwin
+++ b/externals/grill/py/makefile.pd-darwin
@@ -15,13 +15,12 @@ include ${CONFIG}
FLEXTLIB=${FLEXTPATH}/flext_t.a
# compiler+linker stuff
-INCLUDES=${PDPATH} ${FLEXTPATH} ${PYTHONINCLUDE}
-LIBPATH= ${PYTHONLIB}
+INCLUDES=${PDPATH} ${FLEXTPATH}
FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS
-CFLAGS=$(UFLAGS) -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes
+CFLAGS=$(UFLAGS) -Wno-long-double -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes
#CFLAGS=-g
-LIBS=m python${PYTHONVER}
-LDFLAGS=-bundle -bundle_loader ${PD}
+LIBS=m
+LDFLAGS=-bundle -bundle_loader ${PD} -framework Python -framework Carbon
# ---------------------------------------------
# the rest can stay untouched