[Opal-commits] opal/vc7 opal-ode.vcproj,1.12,1.13
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-02-25 06:40:37
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5241/vc7 Modified Files: opal-ode.vcproj Log Message: updated XML parsing to reflect new object creation method Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** opal-ode.vcproj 23 Feb 2005 03:58:24 -0000 1.12 --- opal-ode.vcproj 25 Feb 2005 06:40:26 -0000 1.13 *************** *** 122,125 **** --- 122,128 ---- </File> <File + RelativePath="..\src\BlueprintInstance.cpp"> + </File> + <File RelativePath="..\src\BlueprintManager.cpp"> </File> *************** *** 131,134 **** --- 134,140 ---- </File> <File + RelativePath="..\src\Logger.cpp"> + </File> + <File RelativePath="..\src\Motor.cpp"> </File> *************** *** 146,149 **** --- 152,158 ---- </File> <File + RelativePath="..\src\SolidData.cpp"> + </File> + <File RelativePath="..\src\SpringMotor.cpp"> </File> *************** *** 165,168 **** --- 174,180 ---- </File> <File + RelativePath="..\src\BlueprintInstance.h"> + </File> + <File RelativePath="..\src\BlueprintManager.h"> </File> *************** *** 192,195 **** --- 204,210 ---- </File> <File + RelativePath="..\src\Logger.h"> + </File> + <File RelativePath="..\src\MeshShapeData.h"> </File> |