Update of /cvsroot/cpptool/CppParser/src/cpput
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9448/src/cpput
Modified Files:
cpput.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: cpput.vcproj
===================================================================
RCS file: /cvsroot/cpptool/CppParser/src/cpput/cpput.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cpput.vcproj 5 Aug 2004 20:52:46 -0000 1.2
--- cpput.vcproj 7 Aug 2004 15:52:24 -0000 1.3
***************
*** 26,30 ****
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
! RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
DisableLanguageExtensions="TRUE"
--- 26,30 ----
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
! RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
DisableLanguageExtensions="TRUE"
***************
*** 80,84 ****
BasicRuntimeChecks="3"
SmallerTypeCheck="TRUE"
! RuntimeLibrary="1"
BufferSecurityCheck="TRUE"
EnableFunctionLevelLinking="TRUE"
--- 80,84 ----
BasicRuntimeChecks="3"
SmallerTypeCheck="TRUE"
! RuntimeLibrary="3"
BufferSecurityCheck="TRUE"
EnableFunctionLevelLinking="TRUE"
***************
*** 129,136 ****
Filter="">
<File
! RelativePath=".\SConscript">
</File>
<File
! RelativePath="..\cpputtest\SConscript">
</File>
<File
--- 129,136 ----
Filter="">
<File
! RelativePath="..\cpputtest\SConscript">
</File>
<File
! RelativePath=".\SConscript">
</File>
<File
|