From: Andre B. <net...@us...> - 2004-08-16 21:06:43
|
Update of /cvsroot/cpptool/CppParser/src/cppparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1092/cppparser Added Files: CppParserStatic.dsp Log Message: -- vc6 projects --- NEW FILE: CppParserStatic.dsp --- # Microsoft Developer Studio Project File - Name="CppParserStatic" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=CppParserStatic - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "CppParserStatic.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "CppParserStatic.mak" CFG="CppParserStatic - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "CppParserStatic - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "CppParserStatic - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe RSC=rc.exe !IF "$(CFG)" == "CppParserStatic - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\build\CppParserLib\Release" # PROP Intermediate_Dir "..\..\build\CppParserLib\Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD BASE RSC /l 0x407 /d "NDEBUG" # ADD RSC /l 0x407 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"..\..\build\CppParserLib\Release\rfta_cppparser_vc6_mrs.lib" !ELSEIF "$(CFG)" == "CppParserStatic - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "CppParserStatic___Win32_Debug" # PROP BASE Intermediate_Dir "CppParserStatic___Win32_Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\build\CppParserLib\Debug" # PROP Intermediate_Dir "..\..\build\CppParserLib\Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "RFTA_CPPPARSER_STATIC_BUILD" /YX /FD /GZ /c # ADD BASE RSC /l 0x407 /d "_DEBUG" # ADD RSC /l 0x407 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"..\..\build\CppParserLib\Debug\rfta_cppparser_vc6_mds.lib" !ENDIF # Begin Target # Name "CppParserStatic - Win32 Release" # Name "CppParserStatic - Win32 Debug" # Begin Group "source" # PROP Default_Filter "" # Begin Source File SOURCE=.\commandstream.cpp # End Source File # Begin Source File SOURCE=.\commandstream.h # End Source File # Begin Source File SOURCE=.\cpplexer.cpp # End Source File # Begin Source File SOURCE=.\cpplexer.h # End Source File # Begin Source File SOURCE=.\cppparser.cpp # End Source File # Begin Source File SOURCE=.\cppparserfacade.cpp # End Source File # Begin Source File SOURCE=.\grammarbuilder.cpp # End Source File # Begin Source File SOURCE=.\grammarbuilder.h # End Source File # Begin Source File SOURCE=.\grammarparser.cpp # End Source File # Begin Source File SOURCE=.\grammarparser.h # End Source File # Begin Source File SOURCE=.\node.cpp # End Source File # Begin Source File SOURCE=.\nodeiterator.h # End Source File # Begin Source File SOURCE=.\nodeprocessor.cpp # End Source File # Begin Source File SOURCE=.\parsecontext.h # End Source File # Begin Source File SOURCE=.\parser.h # End Source File # Begin Source File SOURCE=.\parsingtracker.cpp # End Source File # Begin Source File SOURCE=.\parsingtracker.h # End Source File # Begin Source File SOURCE=.\stlhelper.h # End Source File # Begin Source File SOURCE=.\token.h # End Source File # Begin Source File SOURCE=.\unittesting.h # End Source File # End Group # Begin Group "tests" # PROP Default_Filter "" # Begin Source File SOURCE=.\commandstreamtest.cpp # End Source File # Begin Source File SOURCE=.\commandstreamtest.h # End Source File # Begin Source File SOURCE=.\conststringtest.cpp # End Source File # Begin Source File SOURCE=.\conststringtest.h # End Source File # Begin Source File SOURCE=.\cpplexertest.cpp # End Source File # Begin Source File SOURCE=.\cpplexertest.h # End Source File # Begin Source File SOURCE=.\cppnodetestbase.cpp # End Source File # Begin Source File SOURCE=.\cppnodetestbase.h # End Source File # Begin Source File SOURCE=.\cppparsertest.cpp # End Source File # Begin Source File SOURCE=.\cppparsertest.h # End Source File # Begin Source File SOURCE=.\grammarbuildertest.cpp # End Source File # Begin Source File SOURCE=.\grammarbuildertest.h # End Source File # Begin Source File SOURCE=.\grammarparsertest.cpp # End Source File # Begin Source File SOURCE=.\grammarparsertest.h # End Source File # Begin Source File SOURCE=.\nodetest.cpp # End Source File # Begin Source File SOURCE=.\nodetest.h # End Source File # Begin Source File SOURCE=.\nodetesthelper.cpp # End Source File # Begin Source File SOURCE=.\nodetesthelper.h # End Source File # Begin Source File SOURCE=.\nodetreetestbase.cpp # End Source File # Begin Source File SOURCE=.\nodetreetestbase.h # End Source File # Begin Source File SOURCE=.\parsertest.cpp # End Source File # Begin Source File SOURCE=.\parsertest.h # End Source File # Begin Source File SOURCE=.\parsertesthelper.cpp # End Source File # Begin Source File SOURCE=.\parsertesthelper.h # End Source File # Begin Source File SOURCE=.\preprocessortest.cpp # End Source File # Begin Source File SOURCE=.\preprocessortest.h # End Source File # Begin Source File SOURCE=.\testtools.h # End Source File # Begin Source File SOURCE=.\tokentesthelper.h # End Source File # End Group # Begin Group "includes" # PROP Default_Filter "" # Begin Group "rfta" # PROP Default_Filter "" # Begin Source File SOURCE=..\..\include\rfta\cppparser\autolink.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\config.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\conststring.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\cppparser.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\cppparserfacade.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\cppparsersettings.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\forwards.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\node.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\nodeprocessor.h # End Source File # Begin Source File SOURCE=..\..\include\rfta\cppparser\token.h # End Source File # End Group # End Group # End Target # End Project |