Update of /cvsroot/pure-data/externals/miXed In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4682
Modified Files: Tag: branch-v0-39-2-extended Makefile.common Log Message: (hopefully) fixed strange cyclone bug by making sure -mms-bitfields gets set
Index: Makefile.common =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v retrieving revision 1.32.2.1 retrieving revision 1.32.2.2 diff -C2 -d -r1.32.2.1 -r1.32.2.2 *** Makefile.common 16 Jan 2007 06:06:47 -0000 1.32.2.1 --- Makefile.common 16 Jan 2007 15:33:49 -0000 1.32.2.2 *************** *** 50,56 **** CC = gcc X_SUFFIX = dll ! 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 --- 50,57 ---- CC = gcc X_SUFFIX = dll ! # OPT_CFLAGS gets overridden in Pd-extended builds for optimization ! # flags, so stick -mms-bitfieds here so that it doesn't get overridden ! DEFINES = -mms-bitfields -DNT -DMSW ! OPT_CFLAGS = -funroll-loops LFLAGS = -shared $(PD_DIR)/../bin/pd.dll endif