Update of /cvsroot/pure-data/externals/grill/dyn In directory sc8-pr-cvs1:/tmp/cvs-serv14537
Modified Files: config-pd-msvc.txt makefile.pd-msvc Log Message: ""
Index: config-pd-msvc.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/dyn/config-pd-msvc.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-pd-msvc.txt 30 Jan 2003 17:12:59 -0000 1.1 --- config-pd-msvc.txt 29 Oct 2003 03:41:14 -0000 1.2 *************** *** 12,17 **** FLEXTPATH=$(PDPATH)\flext
! # where is MS VC++? ! MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
# where should the external be built? --- 12,18 ---- FLEXTPATH=$(PDPATH)\flext
! # where is MS VC++ installed? ! # if the VC++ command prompt is used VCINSTALLDIR should already be set correctly ! MSVCDIR=$(VCINSTALLDIR)
# where should the external be built?
Index: makefile.pd-msvc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/dyn/makefile.pd-msvc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile.pd-msvc 30 Jan 2003 17:13:00 -0000 1.1 --- makefile.pd-msvc 29 Oct 2003 03:41:14 -0000 1.2 *************** *** 6,10 **** # # ! # Makefile for MSVC++ 6 # # usage: --- 6,10 ---- # # ! # Makefile for MSVC++ 7 # # usage: *************** *** 22,26 **** DEFS=/DFLEXT_SYS=2
! CFLAGS=/GR- /GX- /GD /G6 /Ox /ML
# the rest can stay untouched --- 22,26 ---- DEFS=/DFLEXT_SYS=2
! CFLAGS=/EHsc /G6 /Ox /ML
# the rest can stay untouched