Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv32220
Modified Files:
Makefile.in configure.in
Log Message:
fix for moon size
Index: Makefile.in
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.in 2 Feb 2003 21:07:31 -0000 1.1
--- Makefile.in 19 Feb 2003 21:24:15 -0000 1.2
***************
*** 5,9 ****
export GDEBUGF = -g -Wall
! export GCFLAGS = -I/usr/local/include/python2.2 -I/usr/local/include -fPIC -DSWIG_GLOBAL # -O2
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -noexcept
--- 5,9 ----
export GDEBUGF = -g -Wall
! export GCFLAGS = -I/usr/local/include/python2.2 -fPIC -Wall -DSWIG_GLOBAL -O2 -march=athon-tbird
export GLDOPTS = -shared -lswigpy -ldl
export GSWOPTS = -c -c++ -python -noexcept
Index: configure.in
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** configure.in 19 Feb 2003 12:36:24 -0000 1.5
--- configure.in 19 Feb 2003 21:24:15 -0000 1.6
***************
*** 52,59 ****
dnl check for OpenSceneGraph
CSP_OSG_CONFIG(osg, 0.9.3, [OpenSceneGraph])
! CSP_OSG_CONFIG(osgGLUT, 0.9.3, [OpenSceneGraph GLUT library])
! CSP_OSG_CONFIG(osgUtil, 0.9.3, [OpenSceneGraph Util library])
! CSP_OSG_CONFIG(osgText, 0.9.3, [OpenSceneGraph Util library])
! CSP_OSG_CONFIG(osgParticle, 0.9.3, [OpenSceneGraph Particle library])
CSP_PYTHON(2.2.0)
--- 52,59 ----
dnl check for OpenSceneGraph
CSP_OSG_CONFIG(osg, 0.9.3, [OpenSceneGraph])
! #CSP_OSG_CONFIG(osgGLUT, 0.9.3, [OpenSceneGraph GLUT library])
! #CSP_OSG_CONFIG(osgUtil, 0.9.3, [OpenSceneGraph Util library])
! #CSP_OSG_CONFIG(osgText, 0.9.3, [OpenSceneGraph Util library])
! #CSP_OSG_CONFIG(osgParticle, 0.9.3, [OpenSceneGraph Particle library])
CSP_PYTHON(2.2.0)
|