From: <mk...@us...> - 2003-08-17 18:39:54
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv10975 Modified Files: CHANGES.current Makefile.in Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** CHANGES.current 16 Aug 2003 10:25:14 -0000 1.65 --- CHANGES.current 17 Aug 2003 18:39:51 -0000 1.66 *************** *** 2,5 **** --- 2,13 ---- =========================== + 2003-08-16: onsight + Applied patches by VI to add Tools/Terrain/* to the + build and fix some minor errors in tile.cpp and + Tools/Recorder/graph. + + Added -W -Wall to the build for Tools/Terrain/*, + and fixed a few small errors that uncovered. + 2003-08-15: onsight Updates related to SimData API changes (mostly use Index: Makefile.in =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Makefile.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.in 2 Jul 2003 21:46:02 -0000 1.6 --- Makefile.in 17 Aug 2003 18:39:51 -0000 1.7 *************** *** 1,3 **** ! SUBDIRS = Source export DEMETER_RELATIVE = ../../THIRDPARTYLIBS/demeter --- 1,3 ---- ! SUBDIRS = Source Tools/Terrain/dem2dat Tools/Terrain/tile export DEMETER_RELATIVE = ../../THIRDPARTYLIBS/demeter *************** *** 36,40 **** @test -e Data/Input/$@ || \ ( cd Tools/HID && \ ! python map2hid Examples/$(@:%.hid=%.map) ../../Data/Input/$@ && \ echo "Default input map created for $@; see Tools/HID/README for details." \ ) --- 36,40 ---- @test -e Data/Input/$@ || \ ( cd Tools/HID && \ ! python cspinput Examples/$(@:%.hid=%.map) ../../Data/Input/$@ && \ echo "Default input map created for $@; see Tools/HID/README for details." \ ) |