Update of /cvsroot/pure-data/externals/miXed In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14365
Modified Files: Makefile.common dumpsetups Log Message: importing ints
Index: dumpsetups =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/dumpsetups,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dumpsetups 23 May 2003 12:29:45 -0000 1.1.1.1 --- dumpsetups 17 Apr 2004 17:45:26 -0000 1.2 *************** *** 5,9 **** echo '// Do not edit this file, run "make" instead.
! /* Copyright (c) 2002-2003 krzYszcz and others. * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ --- 5,9 ---- echo '// Do not edit this file, run "make" instead.
! /* Copyright (c) 2002-2004 krzYszcz and others. * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
Index: Makefile.common =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.common 7 Apr 2004 21:02:53 -0000 1.21 --- Makefile.common 17 Apr 2004 17:45:26 -0000 1.22 *************** *** 32,43 **** endif
- ifeq ($(OS_NAME),MINGW32_NT-5.2) - CC = gcc - X_SUFFIX = dll - DEFINES = -DNT - OPT_CFLAGS = -funroll-loops - LFLAGS = -shared $(PD_DIR)/../bin/pd.dll - endif - ifeq ($(OS_NAME),Darwin) CC = gcc2 --- 32,35 ----