[Opal-commits] opal/vc7 opal-ode.vcproj,1.15,1.16
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-08 16:10:36
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11795/vc7 Modified Files: opal-ode.vcproj Log Message: added contact groups; added separate event handlers for collisions and joint break events; commented out mass ratio stuff Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** opal-ode.vcproj 5 Mar 2005 21:26:24 -0000 1.15 --- opal-ode.vcproj 8 Mar 2005 16:10:25 -0000 1.16 *************** *** 128,131 **** --- 128,134 ---- </File> <File + RelativePath="..\src\CollisionEventHandler.cpp"> + </File> + <File RelativePath="..\src\GearedMotor.cpp"> </File> *************** *** 186,189 **** --- 189,195 ---- </File> <File + RelativePath="..\src\CollisionEventHandler.h"> + </File> + <File RelativePath="..\src\Defines.h"> </File> *************** *** 201,204 **** --- 207,213 ---- </File> <File + RelativePath="..\src\JointBreakEventHandler.h"> + </File> + <File RelativePath="..\src\JointData.h"> </File> |