Update of /cvsroot/pure-data/externals/grill/vasp In directory sc8-pr-cvs1:/tmp/cvs-serv24977
Modified Files: changes.txt config-pd-msvc.txt makefile.pd-msvc Log Message: ""
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vasp/changes.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** changes.txt 9 Apr 2003 02:36:30 -0000 1.16 --- changes.txt 10 Nov 2003 03:37:03 -0000 1.17 *************** *** 21,24 **** --- 21,25 ---- - ADD: [vasp.channels?] reports number of channels in the first vasp vector (buffer/array) - CHANGE: vasp.min?, vasp.max?, vasp.amin?, vasp.amax?, vasp.rmin?, vasp.rmax? no longer return the reference vasp / return a list of vector maxima/minima + - CHANGE: inherited several classes from the flext class, so that new and delete use the RT-system functions
0.1.2:
Index: config-pd-msvc.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vasp/config-pd-msvc.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config-pd-msvc.txt 31 Mar 2003 02:36:23 -0000 1.3 --- config-pd-msvc.txt 10 Nov 2003 03:37:03 -0000 1.4 *************** *** 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++? ! # (only necessary if not run from within the build 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/vasp/makefile.pd-msvc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile.pd-msvc 15 Apr 2003 02:36:42 -0000 1.3 --- makefile.pd-msvc 10 Nov 2003 03:37:03 -0000 1.4 *************** *** 18,22 **** DEFS=/DFLEXT_SYS=2 /DFLEXT_THREADS
! CFLAGS=/GR /GX- /GD /G6 /Ox /MT
# the rest can stay untouched --- 18,22 ---- DEFS=/DFLEXT_SYS=2 /DFLEXT_THREADS
! CFLAGS=/GR /G6 /Ox /MT /EHsc
# the rest can stay untouched