Update of /cvsroot/pure-data/externals/k_cext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5556
Modified Files: Makefile k_cext_win.c Log Message:
Index: k_cext_win.c =================================================================== RCS file: /cvsroot/pure-data/externals/k_cext/k_cext_win.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** k_cext_win.c 8 Aug 2004 13:09:02 -0000 1.2 --- k_cext_win.c 9 Aug 2004 10:52:18 -0000 1.3 *************** *** 87,91 ****
void k_sys_makecompilestring(char *to,char *name,char *funcname){ ! sprintf(to,"cl %s " INCLUDEPATH "\bin\pd.lib " INCLUDEPATH "\bin\k_cext.lib /LD /Gd /GD /Ox /DNT /link /export:%s", name, funcname); } --- 87,91 ----
void k_sys_makecompilestring(char *to,char *name,char *funcname){ ! sprintf(to,"cl %s " INCLUDEPATH "\bin\pd.lib " INCLUDEPATH "\extra\k_cext.lib /LD /Gd /GD /Ox /DNT /link /export:%s", name, funcname); }
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/k_cext/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 8 Aug 2004 13:09:01 -0000 1.2 --- Makefile 9 Aug 2004 10:52:18 -0000 1.3 *************** *** 12,16 **** .SUFFIXES: .dll
! PDNTCFLAGS = /W3 /DNT /DPD /nologo /DINCLUDEPATH="D:\sourcescvs\pd"
PDNTINCLUDE = /I. /ID:\sourcescvs\pd\src --- 12,16 ---- .SUFFIXES: .dll
! PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo /DINCLUDEPATH="D:\sourcescvs\pd"
PDNTINCLUDE = /I. /ID:\sourcescvs\pd\src