[PD-cvs] externals/iem/iemmatrix/src configure.in,1.1.1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue May 10 11:42:05 CEST 2005


Update of /cvsroot/pure-data/externals/iem/iemmatrix/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20067

Modified Files:
	configure.in 
Log Message:
use "__WIN32__" instead of "NT" or "MSW"


Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** configure.in	21 Mar 2005 14:33:31 -0000	1.1.1.1
--- configure.in	10 May 2005 09:42:03 -0000	1.2
***************
*** 86,90 ****
    LD=gcc
    INCLUDES="-I at prefix@/src"
!   DFLAGS="-DMSW -DNT"
    LFLAGS="-shared @prefix@/bin/pd.dll"
    EXT=dll
--- 86,90 ----
    LD=gcc
    INCLUDES="-I at prefix@/src"
!   DFLAGS="-D__WIN32__"
    LFLAGS="-shared @prefix@/bin/pd.dll"
    EXT=dll





More information about the Pd-cvs mailing list