diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-29 15:31:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-29 15:31:24 +0000 |
commit | eeb9f7ceeedbae132bfc2606a0ac89b7b9bbad08 (patch) | |
tree | 61d1fffdc6769429e23d81f9fefa1c90444aa737 /externals/Makefile | |
parent | 14af6d0b9e760d67f2ca822304cbf57a5fe97700 (diff) |
commented out memPIO compilation until the deps are worked out for Pd-extended
svn path=/trunk/; revision=4809
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile index b4ab6c50..62c86972 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -67,7 +67,7 @@ else LDFLAGS += -shared # all of these included libs are part of libc in UNIX platforms. All except # libregex are in DLLs, so they get stripped from the external's .dll binary - LIBS += -L$(pd_src)/bin -lpd \ + LIBS += -L$(pd_src)/bin -L$(pd_src)/obj -lpd \ -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex DYLIB_LDFLAGS = -shared DYLIB_EXTENSION = so @@ -513,7 +513,8 @@ freeverb_clean: #------------------------------------------------------------------------------# # HARDWARE HARDWARE_NAME=hardware -HARDWARE_OBJECTS := $(wildcard $(externals_src)/hardware/*/*.cpp) +# memPIO has some special deps, so don't include it yet. +#HARDWARE_OBJECTS := $(wildcard $(externals_src)/hardware/*/*.cpp) # multio.c requires libusb, so don't include it yet... <hans@at.or.at> #$(wildcard $(externals_src)/hardware/*/*.c) hardware: $(HARDWARE_OBJECTS:.c=.$(EXTENSION)) $(HARDWARE_OBJECTS:.cpp=.$(EXTENSION)) |