From: <mk...@pr...> - 2004-02-01 12:08:35
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25217 Modified Files: CHANGES.current SConstruct Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.96 retrieving revision 1.97 diff -C2 -d -r1.96 -r1.97 *** CHANGES.current 1 Feb 2004 10:01:03 -0000 1.96 --- CHANGES.current 1 Feb 2004 12:06:43 -0000 1.97 *************** *** 7,10 **** --- 7,15 ---- * Fixed the source directory for building scons sdist. + + * Cleaned up swig std includes in the various interface + files. Now all loaded up front in cSimData.i. + + * Added 'test' target to scons to run the unittests. 2003-01-30: onsight Index: SConstruct =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/SConstruct,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SConstruct 1 Feb 2004 10:01:03 -0000 1.4 --- SConstruct 1 Feb 2004 12:06:43 -0000 1.5 *************** *** 115,116 **** --- 115,117 ---- package.bdist() + |