Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv2741
Modified Files:
Tag: simdata
Makefile
Log Message:
more gcc 3.2 compatibility fixes
Index: Makefile
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Attic/Makefile,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Makefile 20 Jan 2003 04:29:38 -0000 1.1.2.2
--- Makefile 20 Jan 2003 05:53:12 -0000 1.1.2.3
***************
*** 5,9 ****
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -DUSE_NAMESPACE_SIMDATA -noexcept
! export CXX = g++-3.0
export SWIG = swig
--- 5,9 ----
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -DUSE_NAMESPACE_SIMDATA -noexcept
! export CXX = g++-2.95
export SWIG = swig
|