Update of /cvsroot/pure-data/externals/grill/xsample In directory sc8-pr-cvs1:/tmp/cvs-serv9156
Modified Files: config-pd-msvc.txt makefile.pd-msvc Log Message: ""
Index: config-pd-msvc.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/xsample/config-pd-msvc.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-pd-msvc.txt 14 Apr 2003 10:04:47 -0000 1.1 --- config-pd-msvc.txt 19 Nov 2003 03:37:40 -0000 1.2 *************** *** 10,14 ****
# where is MS VC++? ! MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
# where should the external be built? --- 10,15 ----
# where is MS VC++? ! # (not necessary if the build started with the compiler environment) ! # MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
# where should the external be built?
Index: makefile.pd-msvc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/xsample/makefile.pd-msvc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile.pd-msvc 14 Apr 2003 10:04:47 -0000 1.1 --- makefile.pd-msvc 19 Nov 2003 03:37:40 -0000 1.2 *************** *** 18,22 **** DEFS=/DFLEXT_SYS=2
! CFLAGS=/GR- /GX- /GD /G6 /Ox /ML
# the rest can stay untouched --- 18,22 ---- DEFS=/DFLEXT_SYS=2
! CFLAGS=/GR- /GX- /GD /G6 /Ox /EHsc /ML
# the rest can stay untouched