From: Baptiste L. <bl...@us...> - 2006-02-06 21:29:27
|
Update of /cvsroot/jsoncpp/jsoncpp/include/json In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22168/include/json Modified Files: json_config.h Log Message: * fixed compilation: CPPTL is no longer required. Index: json_config.h =================================================================== RCS file: /cvsroot/jsoncpp/jsoncpp/include/json/json_config.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** json_config.h 31 Oct 2005 17:30:09 -0000 1.3 --- json_config.h 6 Feb 2006 21:29:19 -0000 1.4 *************** *** 6,10 **** /// If defined, indicates that json may leverage CppTL library ! # define JSON_USE_CPPTL 1 --- 6,10 ---- /// If defined, indicates that json may leverage CppTL library ! //# define JSON_USE_CPPTL 1 |