From: <net...@us...> - 2003-04-12 19:07:11
|
Update of /cvsroot/cpptool/rfta/src/rftaparser In directory sc8-pr-cvs1:/tmp/cvs-serv11354/src/rftaparser Modified Files: rftaparser.dsp Log Message: -- additional files added to project for file level parsing Index: rftaparser.dsp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rftaparser/rftaparser.dsp,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** rftaparser.dsp 5 Apr 2003 18:29:01 -0000 1.32 --- rftaparser.dsp 12 Apr 2003 19:07:07 -0000 1.33 *************** *** 56,61 **** # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\build\rftaparser\Release/rftaparser_mdr.ext" /libpath:"../../deplib/cppunit/lib" # Begin Special Build Tool ! TargetDir=\prg\vc\Rfta\build\rftaparser\Release ! TargetPath=\prg\vc\Rfta\build\rftaparser\Release\rftaparser_mdr.ext TargetName=rftaparser_mdr SOURCE="$(InputPath)" --- 56,61 ---- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\build\rftaparser\Release/rftaparser_mdr.ext" /libpath:"../../deplib/cppunit/lib" # Begin Special Build Tool ! TargetDir=\Projects\Cpptool\rfta\build\rftaparser\Release ! TargetPath=\Projects\Cpptool\rfta\build\rftaparser\Release\rftaparser_mdr.ext TargetName=rftaparser_mdr SOURCE="$(InputPath)" *************** *** 78,82 **** # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RFTA_EXPORTS" /Yu"stdafx.h" /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../include" /I "../../deplib/cppunit/include" /I "../../deplib/boostcvs" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RFTAPARSER_DLL_BUILD" /D CPPUNIT_WRAP_COLUMN=120 /Yu"stdafx.h" /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 --- 78,82 ---- # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RFTA_EXPORTS" /Yu"stdafx.h" /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../include" /I "../../deplib/cppunit/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RFTAPARSER_DLL_BUILD" /D CPPUNIT_WRAP_COLUMN=120 /Yu"stdafx.h" /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 *************** *** 90,95 **** # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd_dll.lib /nologo /dll /debug /machine:I386 /out:"..\..\build\rftaparser\Debug/rftaparser_mdd.ext" /pdbtype:sept /libpath:"../../deplib/cppunit/lib" # Begin Special Build Tool ! TargetDir=\prg\vc\Rfta\build\rftaparser\Debug ! TargetPath=\prg\vc\Rfta\build\rftaparser\Debug\rftaparser_mdd.ext TargetName=rftaparser_mdd SOURCE="$(InputPath)" --- 90,95 ---- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd_dll.lib /nologo /dll /debug /machine:I386 /out:"..\..\build\rftaparser\Debug/rftaparser_mdd.ext" /pdbtype:sept /libpath:"../../deplib/cppunit/lib" # Begin Special Build Tool ! TargetDir=\Projects\Cpptool\rfta\build\rftaparser\Debug ! TargetPath=\Projects\Cpptool\rfta\build\rftaparser\Debug\rftaparser_mdd.ext TargetName=rftaparser_mdd SOURCE="$(InputPath)" *************** *** 162,165 **** --- 162,173 ---- # Begin Source File + SOURCE=.\DeclarationListParser.cpp + # End Source File + # Begin Source File + + SOURCE=.\DeclarationListParser.h + # End Source File + # Begin Source File + SOURCE=.\DeclarationOrExpressionParser.cpp # End Source File *************** *** 170,173 **** --- 178,189 ---- # Begin Source File + SOURCE=.\DeclarationParser.cpp + # End Source File + # Begin Source File + + SOURCE=.\DeclarationParser.h + # End Source File + # Begin Source File + SOURCE=.\DefaultStatementParser.cpp # End Source File *************** *** 226,229 **** --- 242,261 ---- # Begin Source File + SOURCE=.\LinkageParser.cpp + # End Source File + # Begin Source File + + SOURCE=.\LinkageParser.h + # End Source File + # Begin Source File + + SOURCE=.\NamespaceParser.cpp + # End Source File + # Begin Source File + + SOURCE=.\NamespaceParser.h + # End Source File + # Begin Source File + SOURCE=.\NullStatementParser.cpp # End Source File *************** *** 274,277 **** --- 306,317 ---- # Begin Source File + SOURCE=.\TemplateDeclarationParser.cpp + # End Source File + # Begin Source File + + SOURCE=.\TemplateDeclarationParser.h + # End Source File + # Begin Source File + SOURCE=.\TryStatementParser.cpp # End Source File *************** *** 290,293 **** --- 330,341 ---- # Begin Source File + SOURCE=.\UsingNamespaceParser.cpp + # End Source File + # Begin Source File + + SOURCE=.\UsingNamespaceParser.h + # End Source File + # Begin Source File + SOURCE=.\WhileStatementParser.cpp # End Source File *************** *** 518,521 **** --- 566,577 ---- # Begin Source File + SOURCE=.\DeclarationListParserTest.cpp + # End Source File + # Begin Source File + + SOURCE=.\DeclarationListParserTest.h + # End Source File + # Begin Source File + SOURCE=.\DeclarationOrExpressionParserTest.cpp *************** *** 544,547 **** --- 600,611 ---- # Begin Source File + SOURCE=.\DeclarationParserTest.cpp + # End Source File + # Begin Source File + + SOURCE=.\DeclarationParserTest.h + # End Source File + # Begin Source File + SOURCE=.\ExpressionMutatorTest.cpp *************** *** 766,773 **** --- 830,855 ---- SOURCE=.\ReturnStatementParserTest.cpp + + !IF "$(CFG)" == "rftaparser - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rftaparser - Win32 Debug" + + !ENDIF + # End Source File # Begin Source File SOURCE=.\ReturnStatementParserTest.h + + !IF "$(CFG)" == "rftaparser - Win32 Release" + + # PROP Exclude_From_Build 1 + + !ELSEIF "$(CFG)" == "rftaparser - Win32 Debug" + + !ENDIF + # End Source File # Begin Source File |