Update of /cvsroot/pure-data/externals/postlude/dssi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8805
Modified Files: makefile Log Message: Restructed loader/free.Added plug facility, which currently doesn't work with DSP on.
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/postlude/dssi/makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** makefile 11 Mar 2006 20:32:51 -0000 1.2 --- makefile 17 Mar 2006 17:08:46 -0000 1.3 *************** *** 15,24 **** .SUFFIXES: .pd_linux
! #LINUXCFLAGS = -DPD -O3 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch
# Debug ! LINUXCFLAGS = -ggdb -g -DPD -O0 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch --- 15,24 ---- .SUFFIXES: .pd_linux
! LINUXCFLAGS = -DPD -O3 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch
# Debug ! #LINUXCFLAGS = -ggdb -g -DPD -O0 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch