lib.dsp

来自「SRI international 发布的OAA框架软件」· DSP 代码 · 共 344 行

DSP
344
字号
# Microsoft Developer Studio Project File - Name="LIB" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Static Library" 0x0104

CFG=LIB - 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 "LIB.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 "LIB.mak" CFG="LIB - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "LIB - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "LIB - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath "Desktop"
# PROP WCE_FormatVersion "6.0"
CPP=cl.exe
RSC=rc.exe

!IF  "$(CFG)" == "LIB - 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 "."
# PROP Intermediate_Dir "Intermediate\LIB\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 /MD /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FAs /FR /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo /o"./ANTLRs.bsc"
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:".\ANTLRs.lib"

!ELSEIF  "$(CFG)" == "LIB - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "LIB___Win32_Debug"
# PROP BASE Intermediate_Dir "LIB___Win32_Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "."
# PROP Intermediate_Dir "Intermediate\LIB\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 /Gm /Gi /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FAs /FR /FD /GZ /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo /o"./ANTLRsd.bsc"
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:".\ANTLRsd.lib"

!ENDIF 

# Begin Target

# Name "LIB - Win32 Release"
# Name "LIB - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=.\ANTLRException.cpp
# End Source File
# Begin Source File

SOURCE=.\AST.cpp
# End Source File
# Begin Source File

SOURCE=.\ASTFactory.cpp
# End Source File
# Begin Source File

SOURCE=.\BitSet.cpp
# End Source File
# Begin Source File

SOURCE=.\CharBuffer.cpp
# End Source File
# Begin Source File

SOURCE=.\CharScanner.cpp
# End Source File
# Begin Source File

SOURCE=.\CommonASTNode.cpp
# End Source File
# Begin Source File

SOURCE=.\CommonASTNodeWithHiddenTokens.cpp
# End Source File
# Begin Source File

SOURCE=.\CommonHiddenStreamToken.cpp
# End Source File
# Begin Source File

SOURCE=.\CommonToken.cpp
# End Source File
# Begin Source File

SOURCE=.\InputBuffer.cpp
# End Source File
# Begin Source File

SOURCE=.\LexerSharedInputState.cpp
# End Source File
# Begin Source File

SOURCE=.\LLkParser.cpp
# End Source File
# Begin Source File

SOURCE=.\MismatchedTokenException.cpp
# End Source File
# Begin Source File

SOURCE=.\NoViableAltException.cpp
# End Source File
# Begin Source File

SOURCE=.\Parser.cpp
# End Source File
# Begin Source File

SOURCE=.\ParserException.cpp
# End Source File
# Begin Source File

SOURCE=.\ParserSharedInputState.cpp
# End Source File
# Begin Source File

SOURCE=.\ScannerException.cpp
# End Source File
# Begin Source File

SOURCE=.\String.cpp
# End Source File
# Begin Source File

SOURCE=.\Token.cpp
# End Source File
# Begin Source File

SOURCE=.\TokenBuffer.cpp
# End Source File
# Begin Source File

SOURCE=.\TokenStreamBasicFilter.cpp
# End Source File
# Begin Source File

SOURCE=.\TokenStreamHiddenTokenFilter.cpp
# End Source File
# Begin Source File

SOURCE=.\TokenStreamSelector.cpp
# End Source File
# Begin Source File

SOURCE=.\TreeParser.cpp
# End Source File
# Begin Source File

SOURCE=.\TreeParserSharedInputState.cpp
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=.\antlr\ANTLRException.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\AST.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\ASTArray.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\ASTFactory.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\ASTNode.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\ASTNULLType.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\ASTPair.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\BitSet.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\CharBuffer.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\CharScanner.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\CircularQueue.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\CommonASTNode.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\CommonASTNodeWithHiddenTokens.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\CommonHiddenStreamToken.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\CommonToken.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\config.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\InputBuffer.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\LexerSharedInputState.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\LLkParser.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\MismatchedTokenException.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\NoViableAltException.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\Parser.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\ParserException.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\ParserSharedInputState.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\RefCount.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\ScannerException.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\String.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\Token.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\TokenBuffer.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\TokenStream.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\TokenStreamBasicFilter.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\TokenStreamHiddenTokenFilter.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\TokenStreamSelector.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\TreeParser.hpp
# End Source File
# Begin Source File

SOURCE=.\antlr\TreeParserSharedInputState.hpp
# End Source File
# End Group
# End Target
# End Project

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?