Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12023
Modified Files: Makefile Log Message: commented out memPIO compilation until the deps are worked out for Pd-extended
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** Makefile 21 Mar 2006 16:19:24 -0000 1.43 --- Makefile 29 Mar 2006 15:31:24 -0000 1.44 *************** *** 68,72 **** # 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 \ -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex DYLIB_LDFLAGS = -shared --- 68,72 ---- # 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 -L$(pd_src)/obj -lpd \ -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex DYLIB_LDFLAGS = -shared *************** *** 514,518 **** # HARDWARE HARDWARE_NAME=hardware ! 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) --- 514,519 ---- # HARDWARE HARDWARE_NAME=hardware ! # 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)