Update of /cvsroot/pure-data/externals/miXed In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1553
Modified Files: Makefile.common Log Message: another attempt at MinGW build flags
Index: Makefile.common =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Makefile.common 19 Oct 2006 00:51:10 -0000 1.32 --- Makefile.common 16 Jan 2007 06:06:01 -0000 1.33 *************** *** 52,57 **** DEFINES = -DNT -DMSW # assuming pd itself was mingw-compiled, and -mms-bitfields was not set ! OPT_CFLAGS = -funroll-loops ! LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc endif
--- 52,57 ---- DEFINES = -DNT -DMSW # assuming pd itself was mingw-compiled, and -mms-bitfields was not set ! OPT_CFLAGS = -funroll-loops -mms-bitfields ! LFLAGS = -shared $(PD_DIR)/../bin/pd.dll endif