Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6068
Modified Files: Makefile Log Message: disabled s* objects in iemlib libdir since they are really working properly as single objects in the libdir yet, and don't compile on MinGW
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** Makefile 12 Apr 2006 00:51:48 -0000 1.52 --- Makefile 15 Apr 2006 16:23:28 -0000 1.53 *************** *** 673,677 **** # IEMLIB IEMLIB_NAME=iemlib ! IEMLIB_OBJECTS := $(wildcard $(externals_src)/iemlib/src/*/[a-hj-z]*.c) iemlib: $(IEMLIB_OBJECTS:.c=.$(EXTENSION))
--- 673,677 ---- # IEMLIB IEMLIB_NAME=iemlib ! IEMLIB_OBJECTS := $(wildcard $(externals_src)/iemlib/src/*/[a-hj-rt-z]*.c) iemlib: $(IEMLIB_OBJECTS:.c=.$(EXTENSION))