AntlrMSVC50.dsp
上传用户:itx_2006
上传日期:2007-01-06
资源大小:493k
文件大小:6k
源码类别:

编译器/解释器

开发平台:

Others

  1. # Microsoft Developer Studio Project File - Name="ANTLR" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=ANTLR - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE 
  9. !MESSAGE NMAKE /f "AntlrMSVC50.mak".
  10. !MESSAGE 
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "AntlrMSVC50.mak" CFG="ANTLR - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "ANTLR - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "ANTLR - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. RSC=rc.exe
  26. !IF  "$(CFG)" == "ANTLR - Win32 Release"
  27. # PROP BASE Use_MFC 0
  28. # PROP BASE Use_Debug_Libraries 0
  29. # PROP BASE Output_Dir "Release"
  30. # PROP BASE Intermediate_Dir "Release"
  31. # PROP BASE Target_Dir ""
  32. # PROP Use_MFC 0
  33. # PROP Use_Debug_Libraries 0
  34. # PROP Output_Dir "."
  35. # PROP Intermediate_Dir "."
  36. # PROP Ignore_Export_Lib 0
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  39. # ADD CPP /nologo /W3 /GX /O2 /I "." /I "..h" /I "..supportset" /D "NDEBUG" /D "LONGFILENAMES" /D "PC" /D "USER_ZZSYN" /D ZZLEXBUFSIZE=65536 /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FR /FD /c
  40. # SUBTRACT CPP /YX
  41. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  42. # ADD RSC /l 0x409 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # ADD BASE 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 /subsystem:console /machine:I386
  48. # 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 /subsystem:console /machine:I386 /out:"./Antlr.exe"
  49. # Begin Special Build Tool
  50. SOURCE=$(InputPath)
  51. PostBuild_Desc=Copy antlr to ..bin directory
  52. PostBuild_Cmds=mkdir ..bin copy antlr.exe ..bin.
  53. # End Special Build Tool
  54. !ELSEIF  "$(CFG)" == "ANTLR - Win32 Debug"
  55. # PROP BASE Use_MFC 0
  56. # PROP BASE Use_Debug_Libraries 1
  57. # PROP BASE Output_Dir "Debug"
  58. # PROP BASE Intermediate_Dir "Debug"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 0
  61. # PROP Use_Debug_Libraries 1
  62. # PROP Output_Dir "."
  63. # PROP Intermediate_Dir "."
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  67. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "." /I "..h" /I "..supportset" /D "LONGFILENAMES" /D "PC" /D "USER_ZZSYN" /D ZZLEXBUFSIZE=65536 /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  68. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  69. # ADD RSC /l 0x409 /d "_DEBUG"
  70. BSC32=bscmake.exe
  71. # ADD BASE BSC32 /nologo
  72. # ADD BSC32 /nologo -DUSER_ZZSYN -D__STDC__
  73. LINK32=link.exe
  74. # ADD BASE 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
  75. # 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 /subsystem:console /debug /machine:I386 /out:"./Antlr.exe" /pdbtype:sept
  76. # Begin Special Build Tool
  77. SOURCE=$(InputPath)
  78. PostBuild_Desc=Copy antlr to ..bin
  79. PostBuild_Cmds=mkdir ..bin copy antlr.exe ..bin.
  80. # End Special Build Tool
  81. !ENDIF 
  82. # Begin Target
  83. # Name "ANTLR - Win32 Release"
  84. # Name "ANTLR - Win32 Debug"
  85. # Begin Source File
  86. SOURCE=.antlr.c
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.antlr.g
  90. !IF  "$(CFG)" == "ANTLR - Win32 Release"
  91. # Begin Custom Build - Building ANTLR Parser from ANTLR Grammar
  92. InputPath=.antlr.g
  93. InputName=antlr
  94. BuildCmds= 
  95. ../bin/antlr -gh $(InputName).g 
  96. ../bin/dlg -C2 parser.dlg scan.c 
  97. "antlr.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  98.    $(BuildCmds)
  99. "err.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  100.    $(BuildCmds)
  101. "mode.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  102.    $(BuildCmds)
  103. "scan.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  104.    $(BuildCmds)
  105. "tokens.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  106.    $(BuildCmds)
  107. "parser.dlg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  108.    $(BuildCmds)
  109. # End Custom Build
  110. !ELSEIF  "$(CFG)" == "ANTLR - Win32 Debug"
  111. # Begin Custom Build - Building ANTLR Parser from ANTLR Grammar
  112. InputPath=.antlr.g
  113. InputName=antlr
  114. BuildCmds= 
  115. ..binantlr -gh $(InputName).g 
  116. ..bindlg -C2 parser.dlg scan.c 
  117. "antlr.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  118.    $(BuildCmds)
  119. "err.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  120.    $(BuildCmds)
  121. "mode.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  122.    $(BuildCmds)
  123. "scan.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  124.    $(BuildCmds)
  125. "tokens.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  126.    $(BuildCmds)
  127. "parser.dlg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  128.    $(BuildCmds)
  129. # End Custom Build
  130. !ENDIF 
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.bits.c
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.build.c
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.egman.c
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.err.c
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.fcache.c
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.fset.c
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.fset2.c
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.gen.c
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.globals.c
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.hash.c
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.lex.c
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.main.c
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.misc.c
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.mrhoist.c
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.pred.c
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.scan.c
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=..supportsetset.c
  182. # End Source File
  183. # End Target
  184. # End Project