Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv15755
Modified Files:
CHANGES.current Makefile
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** CHANGES.current 14 Aug 2003 12:19:12 -0000 1.63
--- CHANGES.current 14 Aug 2003 21:50:30 -0000 1.64
***************
*** 2,5 ****
--- 2,8 ----
===========================
+ 2003-08-14: onsight
+ Doxygen comment fixes.
+
2003-08-13: onsight
Complete rewrite of the Enumeration classes, using Enum
Index: Makefile
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile 14 Aug 2003 12:19:12 -0000 1.17
--- Makefile 14 Aug 2003 21:50:30 -0000 1.18
***************
*** 7,11 ****
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -noexcept
! export CXX = g++
export SWIG = swig
--- 7,11 ----
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -noexcept
! export CXX = g++-3.3
export SWIG = swig
|