From: <mk...@us...> - 2003-10-22 12:33:30
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv26467 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** CHANGES.current 21 Oct 2003 04:53:58 -0000 1.85 --- CHANGES.current 21 Oct 2003 13:45:07 -0000 1.86 *************** *** 4,7 **** --- 4,15 ---- * Removed Pack.cpp from the vcproj file. + * Removed the __NO_LUT__ define from swig command line in the vcproj + file. This flag was used to prevent errors with older versions of + MSVC during testing of the new lookup table code. + + * Changed the default path to swig to c:\Program Files\swig-1.3.17 + in vcproj. The previous path was to swig-1.3.19, but this version + of swig has a bug that causes problems with simdata. + * Started a new test suite for data type functionality |