[Cppunit-cvs] cppunit2/makefiles/vs80 cpput_lib.vcproj,1.1,1.2
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2008-07-13 08:19:23
|
Update of /cvsroot/cppunit/cppunit2/makefiles/vs80 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16552/makefiles/vs80 Modified Files: cpput_lib.vcproj Log Message: - Added core framework for resource handling to test case, resource registry and test info. Not integrated with the test runner and no unit tests yet. Index: cpput_lib.vcproj =================================================================== RCS file: /cvsroot/cppunit/cppunit2/makefiles/vs80/cpput_lib.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cpput_lib.vcproj 16 Aug 2007 15:51:04 -0000 1.1 --- cpput_lib.vcproj 13 Jul 2008 08:19:20 -0000 1.2 *************** *** 338,341 **** --- 338,345 ---- </File> <File + RelativePath="..\..\src\cpput\resource.cpp" + > + </File> + <File RelativePath="..\..\include\cpput\resource.h" > |