Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv31838
Modified Files:
Makefile
Log Message:
Index: Makefile
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile 17 Jul 2003 10:12:39 -0000 1.14
--- Makefile 18 Jul 2003 18:44:45 -0000 1.15
***************
*** 7,11 ****
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -noexcept
! export CXX = g++-3.2
export SWIG = swig
--- 7,11 ----
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -noexcept
! export CXX = g++
export SWIG = swig
|