[PD-cvs] externals/miXed Makefile.common,1.33,1.34

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jan 16 16:25:30 CET 2007


Update of /cvsroot/pure-data/externals/miXed
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1482

Modified Files:
	Makefile.common 
Log Message:
OPT_CFLAGS was getting overridden by the Pd-extended build system, therefore -mms-bitfields wasn't being included; now it is and it seems to work fine

Index: Makefile.common
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Makefile.common	16 Jan 2007 06:06:01 -0000	1.33
--- Makefile.common	16 Jan 2007 15:25:28 -0000	1.34
***************
*** 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





More information about the Pd-cvs mailing list