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

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jan 16 07:06:49 CET 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	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.32.2.1
diff -C2 -d -r1.32 -r1.32.2.1
*** Makefile.common	19 Oct 2006 00:51:10 -0000	1.32
--- Makefile.common	16 Jan 2007 06:06:47 -0000	1.32.2.1
***************
*** 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
  





More information about the Pd-cvs mailing list