[Cppunit-cvs] cppunit2 sconstruct,1.18,1.19
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-11-08 21:45:05
|
Update of /cvsroot/cppunit/cppunit2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6802 Modified Files: sconstruct Log Message: - changed most interface to use std::string instead of CppTL::ConstString - CppTL::ConstString is now an implementation detail and is used to store string in objects as it is thread-safe. Index: sconstruct =================================================================== RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** sconstruct 8 Nov 2005 19:11:38 -0000 1.18 --- sconstruct 8 Nov 2005 21:44:54 -0000 1.19 *************** *** 77,81 **** env.Exit(1) ! env.Append( CPPPATH = ['#include', '#dependencies/jsoncpp/include'], LIBPATH = lib_dir ) --- 77,81 ---- env.Exit(1) ! env.Append( CPPPATH = ['#include'], LIBPATH = lib_dir ) |