[Opal-commits] opal/vc7 opal-ode.vcproj,1.18,1.19
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-14 05:18:38
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23596/vc7 Modified Files: opal-ode.vcproj Log Message: added VelocitySensor and AccelerationSensor Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** opal-ode.vcproj 12 Mar 2005 01:21:17 -0000 1.18 --- opal-ode.vcproj 14 Mar 2005 05:18:28 -0000 1.19 *************** *** 116,119 **** --- 116,122 ---- Filter=""> <File + RelativePath="..\src\AccelerationSensor.cpp"> + </File> + <File RelativePath="..\src\AttractorMotor.cpp"> </File> *************** *** 167,170 **** --- 170,176 ---- </File> <File + RelativePath="..\src\VelocitySensor.cpp"> + </File> + <File RelativePath="..\src\VolumeSensor.cpp"> </File> *************** *** 174,177 **** --- 180,189 ---- Filter=""> <File + RelativePath="..\src\AccelerationSensor.h"> + </File> + <File + RelativePath="..\src\AccelerationSensorData.h"> + </File> + <File RelativePath="..\src\AttractorMotor.h"> </File> *************** *** 291,294 **** --- 303,312 ---- </File> <File + RelativePath="..\src\VelocitySensor.h"> + </File> + <File + RelativePath="..\src\VelocitySensorData.h"> + </File> + <File RelativePath="..\src\VolumeSensor.h"> </File> |