From: Braden M. <br...@us...> - 2007-05-15 05:46:13
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2792/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml Modified Files: openvrml.vcproj Log Message: Added read_write_mutex.{cpp,h} to the project. Index: openvrml.vcproj =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** openvrml.vcproj 14 May 2007 21:08:03 -0000 1.13 --- openvrml.vcproj 15 May 2007 05:46:13 -0000 1.14 *************** *** 246,249 **** --- 246,253 ---- </File> <File + RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\read_write_mutex.cpp" + > + </File> + <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\rendering_context.cpp" > *************** *** 410,413 **** --- 414,421 ---- </File> <File + RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\read_write_mutex.h" + > + </File> + <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\rendering_context.h" > |