[Opal-commits] opal/vc7 opal-ode.vcproj,1.21,1.22
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-29 03:05:56
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28949/vc7 Modified Files: opal-ode.vcproj Log Message: added some Vec3r functions; added InclineSensor Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** opal-ode.vcproj 23 Mar 2005 07:54:35 -0000 1.21 --- opal-ode.vcproj 29 Mar 2005 03:05:48 -0000 1.22 *************** *** 137,140 **** --- 137,143 ---- </File> <File + RelativePath="..\src\InclineSensor.cpp"> + </File> + <File RelativePath="..\src\Joint.cpp"> </File> *************** *** 219,222 **** --- 222,231 ---- </File> <File + RelativePath="..\src\InclineSensor.h"> + </File> + <File + RelativePath="..\src\InclineSensorData.h"> + </File> + <File RelativePath="..\src\Joint.h"> </File> |