[Opal-commits] opal/vc7 opal-ode.vcproj,1.20,1.21
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-23 07:55:03
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29501/vc7 Modified Files: opal-ode.vcproj Log Message: finished AccelerationSensor; remove VelocitySensor because the existing Solid velocity functions render it useless Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** opal-ode.vcproj 21 Mar 2005 04:29:06 -0000 1.20 --- opal-ode.vcproj 23 Mar 2005 07:54:35 -0000 1.21 *************** *** 170,176 **** </File> <File - RelativePath="..\src\VelocitySensor.cpp"> - </File> - <File RelativePath="..\src\VolumeSensor.cpp"> </File> --- 170,173 ---- *************** *** 306,315 **** </File> <File - RelativePath="..\src\VelocitySensor.h"> - </File> - <File - RelativePath="..\src\VelocitySensorData.h"> - </File> - <File RelativePath="..\src\VolumeSensor.h"> </File> --- 303,306 ---- |