原位于 : CAPG目录下的include/ lib / bin等处,使用vs2005编译
现需要使在vs 2010下使用,因此使用vs 2010重新编译下
src目录下打开CppUnitLibraries.dsw工程并转换
修改TestRunner下的UserInterface\ MsDevCallerListCtrl.cpp中version("8.0")改到version("10.0")
batch build cppunit及cppunit_dll两个project在debug\release两种配置下,得到lib及dll
遇到post-build event中copy不成功,自己手动把结果文件拷了一下 …