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

编译器/解释器

开发平台:

Others

  1. # Microsoft Developer Studio Project File - Name="DLG" - 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=DLG - 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 "DlgMSVC50.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 "DlgMSVC50.mak" CFG="DLG - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "DLG - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "DLG - 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)" == "DLG - 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 "..h" /I "..supportset" /D "NDEBUG" /D "LONGFILENAMES" /D "PC" /D "USER_ZZSYN" /D ZZLEXBUFSIZE=65536 /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /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:"./Dlg.exe"
  49. # Begin Special Build Tool
  50. SOURCE=$(InputPath)
  51. PostBuild_Desc=Copy to ..bin directory
  52. PostBuild_Cmds=mkdir ..bin copy dlg.exe ..bin.
  53. # End Special Build Tool
  54. !ELSEIF  "$(CFG)" == "DLG - 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 "..h" /I "..supportset" /D "__STDC__" /D "LONGFILENAMES" /D "PC" /D "USER_ZZSYN" /D ZZLEXBUFSIZE=65536 /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /c
  68. # SUBTRACT CPP /YX
  69. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  70. # ADD RSC /l 0x409 /d "_DEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # 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
  76. # 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:"./Dlg.exe" /pdbtype:sept
  77. # Begin Special Build Tool
  78. SOURCE=$(InputPath)
  79. PostBuild_Desc=Copy to ..bin directory
  80. PostBuild_Cmds=mkdir ..bin copy dlg.exe ..bin.
  81. # End Special Build Tool
  82. !ENDIF 
  83. # Begin Target
  84. # Name "DLG - Win32 Release"
  85. # Name "DLG - Win32 Debug"
  86. # Begin Source File
  87. SOURCE=.automata.c
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.dlg_a.c
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.dlg_p.c
  94. !IF  "$(CFG)" == "DLG - Win32 Release"
  95. !ELSEIF  "$(CFG)" == "DLG - Win32 Debug"
  96. # SUBTRACT CPP /YX
  97. !ENDIF 
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.dlg_p.g
  101. !IF  "$(CFG)" == "DLG - Win32 Release"
  102. # Begin Custom Build - Building DLG Parser from ANTLR Grammar
  103. InputPath=.dlg_p.g
  104. InputName=dlg_p
  105. BuildCmds= 
  106. ..binantlr $(InputName).g 
  107. ..bindlg -C2 parser.dlg dlg_a.c 
  108. "dlg_a.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  109.    $(BuildCmds)
  110. "dlg_p.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  111.    $(BuildCmds)
  112. "err.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  113.    $(BuildCmds)
  114. "mode.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  115.    $(BuildCmds)
  116. "parser.dlg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  117.    $(BuildCmds)
  118. "tokens.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  119.    $(BuildCmds)
  120. # End Custom Build
  121. !ELSEIF  "$(CFG)" == "DLG - Win32 Debug"
  122. # Begin Custom Build - Building DLG Parser from ANTLR Grammar
  123. InputPath=.dlg_p.g
  124. InputName=dlg_p
  125. BuildCmds= 
  126. ..binantlr $(InputName).g 
  127. ..bindlg -C2 parser.dlg dlg_a.c 
  128. "dlg_a.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  129.    $(BuildCmds)
  130. "dlg_p.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  131.    $(BuildCmds)
  132. "err.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  133.    $(BuildCmds)
  134. "mode.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  135.    $(BuildCmds)
  136. "parser.dlg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  137.    $(BuildCmds)
  138. "tokens.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  139.    $(BuildCmds)
  140. # End Custom Build
  141. !ENDIF 
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.err.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.main.c
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.output.c
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.relabel.c
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=..supportsetset.c
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.support.c
  160. # End Source File
  161. # End Target
  162. # End Project