aboutsummaryrefslogtreecommitdiff
path: root/OSC/makefile
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-06-19 17:29:05 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-06-19 17:29:05 +0000
commit665b2f9a34e40bd256f0538875fb5507390a33a1 (patch)
tree0055824b3282683712e047db90c0fc02d5ff5092 /OSC/makefile
parent0529f61465173366becf5ea71dacc210e2e60fcf (diff)
changed include path, removed debug messages
svn path=/trunk/externals/OSCx/; revision=727
Diffstat (limited to 'OSC/makefile')
-rw-r--r--OSC/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/OSC/makefile b/OSC/makefile
index 9c554d0..e9954e6 100644
--- a/OSC/makefile
+++ b/OSC/makefile
@@ -19,7 +19,7 @@ DARWINCFLAGS = -DPD -DUNIX -DMACOSX -O2 \
-Wno-unused -Wno-parentheses -Wno-switch
# where is your m_pd.h ???
-DARWININCLUDE = -I../../../pd/src -I../../obj
+DARWININCLUDE = -I../../build/include -I../../obj
DARWINEXTERNALS = htmsocket.o OSC-pattern-match.o sendOSC.o dumpOSC.o routeOSC.o
@@ -44,7 +44,7 @@ LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
-Wno-unused -Wno-parentheses -Wno-switch
# where is your m_pd.h ???
-LINUXINCLUDE = -I../../../pd-0.37-test4/src
+LINUXINCLUDE = -I../../build/include
LINUXEXTERNALS = htmsocket.o OSC-pattern-match.o sendOSC.o dumpOSC.o routeOSC.o