Update of /cvsroot/playerstage/code/gazebo/server/physics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14516/server/physics

Added Files:
      Tag: ogre
        SConscript 
Log Message:
Added new files

--- NEW FILE: SConscript ---
#Import variable
Import('env staticObjs sharedObjs')

dirs = Split('ode')

for subdir in dirs :
  SConscript('%s/SConscript' % subdir)

sources = Split('BallJoint.cc Body.cc BoxGeom.cc ContactParams.cc 
CylinderGeom.cc Geom.cc Hinge2Joint.cc HingeJoint.cc Joint.cc PhysicsEngine.cc 
PlaneGeom.cc SliderJoint.cc SphereGeom.cc UniversalJoint.cc dCylinder.cc')

staticObjs.append( env.StaticObject(sources) )
sharedObjs.append( env.SharedObject(sources) )


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to