[PD-cvs] externals/miXed Makefile.common,1.20,1.21

carmen rocco ix9 at users.sourceforge.net
Wed Apr 7 23:02:55 CEST 2004


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

Modified Files:
	Makefile.common 
Log Message:
added windows support


Index: Makefile.common
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile.common	31 Mar 2004 10:24:14 -0000	1.20
--- Makefile.common	7 Apr 2004 21:02:53 -0000	1.21
***************
*** 32,35 ****
--- 32,43 ----
  endif
  
+ ifeq ($(OS_NAME),MINGW32_NT-5.2)
+ CC = gcc
+ X_SUFFIX = dll
+ DEFINES = -DNT
+ OPT_CFLAGS = -funroll-loops
+ LFLAGS = -shared $(PD_DIR)/../bin/pd.dll
+ endif
+ 
  ifeq ($(OS_NAME),Darwin)
  CC = gcc2





More information about the Pd-cvs mailing list