[Cppunit-cvs] cppunit2/makefiles/vs71 cpput_lib.vcproj,1.4,1.5
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-09-02 11:24:57
|
Update of /cvsroot/cppunit/cppunit2/makefiles/vs71 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13370/makefiles/vs71 Modified Files: cpput_lib.vcproj Log Message: - added LazyMessage, a simple proxy class that avoid building Message until it is really needed (assertion failed). Index: cpput_lib.vcproj =================================================================== RCS file: /cvsroot/cppunit/cppunit2/makefiles/vs71/cpput_lib.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** cpput_lib.vcproj 5 Jun 2006 12:02:56 -0000 1.4 --- cpput_lib.vcproj 2 Sep 2006 11:24:53 -0000 1.5 *************** *** 211,214 **** --- 211,217 ---- </File> <File + RelativePath="..\..\src\cpput\message.cpp"> + </File> + <File RelativePath="..\..\include\cpput\message.h"> </File> |