[PD-cvs] externals/miXed Makefile.common,1.22,1.23

Krzysztof Czaja krzyszcz at users.sourceforge.net
Sun Apr 25 12:37:29 CEST 2004


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

Modified Files:
	Makefile.common 
Log Message:


Index: Makefile.common
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Makefile.common	17 Apr 2004 17:45:26 -0000	1.22
--- Makefile.common	25 Apr 2004 10:37:26 -0000	1.23
***************
*** 32,35 ****
--- 32,43 ----
  endif
  
+ ifeq ($(OS_NAME),MinGW)
+ CC = gcc
+ X_SUFFIX = dll
+ DEFINES = -DNT -DMSW
+ 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