diff options
author | musil <tmusil@users.sourceforge.net> | 2013-07-04 15:22:09 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2013-07-04 15:22:09 +0000 |
commit | e03337c4a073ce1a75c99f5c61619331361a4290 (patch) | |
tree | dbb646713c2bbeef0c4fb0a728ed4dfcd0e94544 /iem_t3_lib/src | |
parent | 4d924e08a85c14d113842d3a1026d9d1d66c40ad (diff) |
iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux
svn path=/trunk/externals/iemlib/; revision=17181
Diffstat (limited to 'iem_t3_lib/src')
-rw-r--r-- | iem_t3_lib/src/makefile_d_fat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/iem_t3_lib/src/makefile_d_fat b/iem_t3_lib/src/makefile_d_fat index 120068b..c51a7bd 100644 --- a/iem_t3_lib/src/makefile_d_fat +++ b/iem_t3_lib/src/makefile_d_fat @@ -4,7 +4,10 @@ current: all PD_INSTALL_PATH ?= "/Applications/Pd.app/Contents/Resources"
-INCLUDE = -I. -I$(PD_INSTALL_PATH)/src
+# path to iemlib.h +IEMLIB_INCLUDE = ../../include + +INCLUDE = -I. -I$(IEMLIB_INCLUDE) -I$(PD_INSTALL_PATH)/src
CFLAGS =-DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch
|