From 6cb09178caa3fdd8876432998b0a62a04ffd4872 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 7 Sep 2010 16:07:33 +0000 Subject: svn path=/trunk/externals/nusmuk/; revision=13979 --- tab/makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tab') diff --git a/tab/makefile b/tab/makefile index be4cc16..4b64dcf 100755 --- a/tab/makefile +++ b/tab/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I../../../pd/src/ # ----------------------- Mac OS X (Darwin) ----------------------- -pd_darwin: tabosc4c~.pd_darwin tabosc4i~.pd_darwin tabread4c~.pd_darwin +pd_darwin: tabosci~.pd_darwin tabosc4c~.pd_darwin tabread4c~.pd_darwin .SUFFIXES: .pd_darwin @@ -85,7 +85,7 @@ DARWINCFLAGS = -DPD -DUNIX -DMACOSX -O2 \ -Wno-unused -Wno-parentheses -Wno-switch # where is your m_pd.h ??? -DARWININCLUDE = -I/. -I../../../pd/src -I../../../pd/obj +DARWININCLUDE = -I/. -I../../../pd/src -I../../../pd/obj -I/Applications/Pd-0.42.5-extended-20091214.app/Contents/Resources/include .c.pd_darwin: cc $(DARWINCFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c @@ -95,3 +95,6 @@ DARWININCLUDE = -I/. -I../../../pd/src -I../../../pd/obj + + + -- cgit v1.2.1