From: Baptiste L. <bl...@us...> - 2004-08-07 15:52:33
|
Update of /cvsroot/cpptool/CppParser/src/cpputtest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9448/src/cpputtest Modified Files: cpputtest.vcproj Log Message: * made a library out of the c++ parser (cppparser) * exposed the c++ parser to python (pycppparser) * migrating refactoring framework to python (pyrfta) Index: cpputtest.vcproj =================================================================== RCS file: /cvsroot/cpptool/CppParser/src/cpputtest/cpputtest.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cpputtest.vcproj 5 Aug 2004 20:52:46 -0000 1.2 --- cpputtest.vcproj 7 Aug 2004 15:52:24 -0000 1.3 *************** *** 26,30 **** PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" ! RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" DisableLanguageExtensions="TRUE" --- 26,30 ---- PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" ! RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" DisableLanguageExtensions="TRUE" *************** *** 92,96 **** BasicRuntimeChecks="3" SmallerTypeCheck="TRUE" ! RuntimeLibrary="1" BufferSecurityCheck="TRUE" EnableFunctionLevelLinking="TRUE" --- 92,96 ---- BasicRuntimeChecks="3" SmallerTypeCheck="TRUE" ! RuntimeLibrary="3" BufferSecurityCheck="TRUE" EnableFunctionLevelLinking="TRUE" |