From: <mk...@us...> - 2003-02-19 11:15:06
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv9852 Modified Files: Makefile Log Message: mostly changes to exception declarations Index: Makefile =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 10 Feb 2003 05:11:40 -0000 1.3 --- Makefile 19 Feb 2003 11:14:31 -0000 1.4 *************** *** 2,6 **** export GDEBUGF = -g -Wall ! export GCFLAGS = -fPIC -DUSE_NAMESPACE_SIMDATA -O2 export GLDOPTS = -shared -lswigpy -ldl export GSWOPTS = -c -c++ -python -DUSE_NAMESPACE_SIMDATA -noexcept --- 2,6 ---- export GDEBUGF = -g -Wall ! export GCFLAGS = -fPIC -DUSE_NAMESPACE_SIMDATA -O2 # -march=athlon-tbird export GLDOPTS = -shared -lswigpy -ldl export GSWOPTS = -c -c++ -python -DUSE_NAMESPACE_SIMDATA -noexcept |