[PD-cvs] externals/miXed Makefile.common,1.31,1.32

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Oct 19 02:51:12 CEST 2006


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

Modified Files:
	Makefile.common 
Log Message:
removed -mms-bitfields on Krzysztof's request to test whether it might be causing cyclone problems.  it seems to work ok without that build flag

Index: Makefile.common
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Makefile.common	21 Nov 2005 22:16:36 -0000	1.31
--- Makefile.common	19 Oct 2006 00:51:10 -0000	1.32
***************
*** 51,56 ****
  X_SUFFIX = dll
  DEFINES = -DNT -DMSW
! # assuming pd itself was either vc-compiled or declared -mms-bitfields too...
! OPT_CFLAGS = -funroll-loops -mms-bitfields
  LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc
  endif
--- 51,56 ----
  X_SUFFIX = dll
  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





More information about the Pd-cvs mailing list