From: <mk...@us...> - 2003-01-20 06:46:37
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv20520 Modified Files: Tag: simdata Makefile Log Message: added (experimental) simulated partial template specialization for win32 (vc++) Index: Makefile =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Attic/Makefile,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** Makefile 20 Jan 2003 05:53:12 -0000 1.1.2.3 --- Makefile 20 Jan 2003 06:46:34 -0000 1.1.2.4 *************** *** 5,9 **** export GLDOPTS = -shared -lswigpy -ldl export GSWOPTS = -c -c++ -python -DUSE_NAMESPACE_SIMDATA -noexcept ! export CXX = g++-2.95 export SWIG = swig --- 5,9 ---- export GLDOPTS = -shared -lswigpy -ldl export GSWOPTS = -c -c++ -python -DUSE_NAMESPACE_SIMDATA -noexcept ! export CXX = g++ export SWIG = swig |