diff options
author | musil <tmusil@users.sourceforge.net> | 2013-07-04 14:29:45 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2013-07-04 14:29:45 +0000 |
commit | 750e8c9e036a21e58d768908392b61e8e2a895d5 (patch) | |
tree | 5d9f740c37c648ef36262b273c959a1f43889fa4 /iemlib2/src/makefile_d_fat | |
parent | 04894a7f2ffb84b5b5d267e4692e3c93a106fa3e (diff) |
iemlib.h now in include folder parallel to library folder, change of makefiles
svn path=/trunk/externals/iemlib/; revision=17177
Diffstat (limited to 'iemlib2/src/makefile_d_fat')
-rw-r--r-- | iemlib2/src/makefile_d_fat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/iemlib2/src/makefile_d_fat b/iemlib2/src/makefile_d_fat index e64382d..5b7c752 100644 --- a/iemlib2/src/makefile_d_fat +++ b/iemlib2/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 -DHAVE_G_CANVAS_H -O2 -Wall -W -Wshadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch |