diff options
author | N.N. <nimon@users.sourceforge.net> | 2010-09-07 16:07:33 +0000 |
---|---|---|
committer | N.N. <nimon@users.sourceforge.net> | 2010-09-07 16:07:33 +0000 |
commit | 6cb09178caa3fdd8876432998b0a62a04ffd4872 (patch) | |
tree | a5a7c5ccb618c493997416a10b43fc04e91693b7 /tab | |
parent | a2ca64e0894f1e748ee60559c31ce8205e93994e (diff) |
svn path=/trunk/externals/nusmuk/; revision=13979
Diffstat (limited to 'tab')
-rwxr-xr-x | tab/makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 +
+
+
|