[Cppunit-cvs] cppunit2 sconstruct,1.16,1.17
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-11-07 22:43:23
|
Update of /cvsroot/cppunit/cppunit2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30871 Modified Files: sconstruct Log Message: - replaced usage of OpenTest::Properties with Json::Value. Json::Value provides a simpler interface and a standard *simple* serialization format. - jsoncpp has been inlined in CppTL to make deploy easier and remove an external dependency. Index: sconstruct =================================================================== RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** sconstruct 6 Sep 2005 07:31:42 -0000 1.16 --- sconstruct 7 Nov 2005 22:43:06 -0000 1.17 *************** *** 74,78 **** env.Exit(1) ! env.Append( CPPPATH = '#include', LIBPATH = lib_dir ) --- 74,78 ---- env.Exit(1) ! env.Append( CPPPATH = ['#include', '#dependencies/jsoncpp/include'], LIBPATH = lib_dir ) |