| 
      
      
      From: Jonathan P. <jp...@us...> - 2004-10-30 15:55:31
      
     | 
| Update of /cvsroot/sheepengine/sheep/src/common/misc/projects/msvc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31142/src/common/misc/projects/msvc71 Modified Files: misc.vcproj Log Message: dictoon's remaining changes : - htmlstream removed - ProgressMonitor renamed to IProgressMonitor - ConsoleProgressMonitor no longer single-line - misc const improvements - BinaryStream rewritten - Stopwatch class Index: misc.vcproj =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/projects/msvc71/misc.vcproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** misc.vcproj 18 May 2004 00:33:40 -0000 1.9 --- misc.vcproj 30 Oct 2004 15:55:08 -0000 1.10 *************** *** 223,226 **** --- 223,232 ---- </File> <File + RelativePath="..\..\iprogressmonitor.cpp"> + </File> + <File + RelativePath="..\..\iprogressmonitor.inl"> + </File> + <File RelativePath="..\..\isingleton.cpp"> </File> *************** *** 238,245 **** </File> <File ! RelativePath="..\..\progressmonitor.cpp"> </File> <File ! RelativePath="..\..\progressmonitor.inl"> </File> <File --- 244,251 ---- </File> <File ! RelativePath="..\..\stopwatch.cpp"> </File> <File ! RelativePath="..\..\stopwatch.inl"> </File> <File *************** *** 309,312 **** --- 315,321 ---- </File> <File + RelativePath="..\..\iprogressmonitor.h"> + </File> + <File RelativePath="..\..\isingleton.h"> </File> *************** *** 324,328 **** </File> <File ! RelativePath="..\..\progressmonitor.h"> </File> <File --- 333,337 ---- </File> <File ! RelativePath="..\..\stopwatch.h"> </File> <File |