Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv9831
Modified Files:
Tag: simdata
Makefile
Log Message:
more hash_map and endian (temp) fix for win32
Index: Makefile
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Attic/Makefile,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Makefile 19 Jan 2003 20:25:44 -0000 1.1.2.1
--- Makefile 20 Jan 2003 04:29:38 -0000 1.1.2.2
***************
*** 5,9 ****
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -DUSE_NAMESPACE_SIMDATA -noexcept
! export CXX = g++
export SWIG = swig
--- 5,9 ----
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -DUSE_NAMESPACE_SIMDATA -noexcept
! export CXX = g++-3.0
export SWIG = swig
|