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

编译器/解释器

开发平台:

Others

  1. # Microsoft Developer Studio Generated NMAKE File, Based on DlgMSVC50.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=DLG - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to DLG - Win32 Debug.
  5. !ENDIF 
  6. !IF "$(CFG)" != "DLG - Win32 Release" && "$(CFG)" != "DLG - Win32 Debug"
  7. !MESSAGE Invalid configuration "$(CFG)" specified.
  8. !MESSAGE You can specify a configuration when running NMAKE
  9. !MESSAGE by defining the macro CFG on the command line. For example:
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "DlgMSVC50.mak" CFG="DLG - Win32 Debug"
  12. !MESSAGE 
  13. !MESSAGE Possible choices for configuration are:
  14. !MESSAGE 
  15. !MESSAGE "DLG - Win32 Release" (based on "Win32 (x86) Console Application")
  16. !MESSAGE "DLG - Win32 Debug" (based on "Win32 (x86) Console Application")
  17. !MESSAGE 
  18. !ERROR An invalid configuration is specified.
  19. !ENDIF 
  20. !IF "$(OS)" == "Windows_NT"
  21. NULL=
  22. !ELSE 
  23. NULL=nul
  24. !ENDIF 
  25. !IF  "$(CFG)" == "DLG - Win32 Release"
  26. OUTDIR=..
  27. INTDIR=..
  28. # Begin Custom Macros
  29. OutDir=..
  30. # End Custom Macros
  31. !IF "$(RECURSE)" == "0" 
  32. ALL : "tokens.h" "parser.dlg" "mode.h" "err.c" "dlg_p.c" "dlg_a.c"
  33.  "$(OUTDIR)Dlg.exe"
  34. !ELSE 
  35. ALL : "tokens.h" "parser.dlg" "mode.h" "err.c" "dlg_p.c" "dlg_a.c"
  36.  "$(OUTDIR)Dlg.exe"
  37. !ENDIF 
  38. CLEAN :
  39. -@erase "$(INTDIR)automata.obj"
  40. -@erase "$(INTDIR)dlg_a.obj"
  41. -@erase "$(INTDIR)dlg_p.obj"
  42. -@erase "$(INTDIR)err.obj"
  43. -@erase "$(INTDIR)main.obj"
  44. -@erase "$(INTDIR)output.obj"
  45. -@erase "$(INTDIR)relabel.obj"
  46. -@erase "$(INTDIR)set.obj"
  47. -@erase "$(INTDIR)support.obj"
  48. -@erase "$(INTDIR)vc50.idb"
  49. -@erase "$(OUTDIR)Dlg.exe"
  50. -@erase "dlg_a.c"
  51. -@erase "dlg_p.c"
  52. -@erase "err.c"
  53. -@erase "mode.h"
  54. -@erase "parser.dlg"
  55. -@erase "tokens.h"
  56. "$(OUTDIR)" :
  57.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  58. CPP=cl.exe
  59. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..h" /I "..supportset" /D "NDEBUG" /D
  60.  "LONGFILENAMES" /D "PC" /D "USER_ZZSYN" /D ZZLEXBUFSIZE=65536 /D "_DEBUG" /D
  61.  "WIN32" /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\" /FD /c 
  62. CPP_OBJS=./
  63. CPP_SBRS=.
  64. .c{$(CPP_OBJS)}.obj::
  65.    $(CPP) @<<
  66.    $(CPP_PROJ) $< 
  67. <<
  68. .cpp{$(CPP_OBJS)}.obj::
  69.    $(CPP) @<<
  70.    $(CPP_PROJ) $< 
  71. <<
  72. .cxx{$(CPP_OBJS)}.obj::
  73.    $(CPP) @<<
  74.    $(CPP_PROJ) $< 
  75. <<
  76. .c{$(CPP_SBRS)}.sbr::
  77.    $(CPP) @<<
  78.    $(CPP_PROJ) $< 
  79. <<
  80. .cpp{$(CPP_SBRS)}.sbr::
  81.    $(CPP) @<<
  82.    $(CPP_PROJ) $< 
  83. <<
  84. .cxx{$(CPP_SBRS)}.sbr::
  85.    $(CPP) @<<
  86.    $(CPP_PROJ) $< 
  87. <<
  88. RSC=rc.exe
  89. BSC32=bscmake.exe
  90. BSC32_FLAGS=/nologo /o"$(OUTDIR)DlgMSVC50.bsc" 
  91. BSC32_SBRS= 
  92. LINK32=link.exe
  93. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
  94.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
  95.  odbccp32.lib /nologo /subsystem:console /incremental:no
  96.  /pdb:"$(OUTDIR)Dlg.pdb" /machine:I386 /out:"$(OUTDIR)Dlg.exe" 
  97. LINK32_OBJS= 
  98. "$(INTDIR)automata.obj" 
  99. "$(INTDIR)dlg_a.obj" 
  100. "$(INTDIR)dlg_p.obj" 
  101. "$(INTDIR)err.obj" 
  102. "$(INTDIR)main.obj" 
  103. "$(INTDIR)output.obj" 
  104. "$(INTDIR)relabel.obj" 
  105. "$(INTDIR)set.obj" 
  106. "$(INTDIR)support.obj"
  107. "$(OUTDIR)Dlg.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  108.     $(LINK32) @<<
  109.   $(LINK32_FLAGS) $(LINK32_OBJS)
  110. <<
  111. SOURCE=$(InputPath)
  112. PostBuild_Desc=Copy to ..bin directory
  113. DS_POSTBUILD_DEP=$(INTDIR)postbld.dep
  114. ALL : $(DS_POSTBUILD_DEP)
  115. # Begin Custom Macros
  116. OutDir=..
  117. # End Custom Macros
  118. $(DS_POSTBUILD_DEP) : "tokens.h" "parser.dlg" "mode.h" "err.c" "dlg_p.c"
  119.  "dlg_a.c" "$(OUTDIR)Dlg.exe"
  120.    mkdir ..bin
  121. copy dlg.exe ..bin.
  122. echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
  123. !ELSEIF  "$(CFG)" == "DLG - Win32 Debug"
  124. OUTDIR=..
  125. INTDIR=..
  126. # Begin Custom Macros
  127. OutDir=..
  128. # End Custom Macros
  129. !IF "$(RECURSE)" == "0" 
  130. ALL : "tokens.h" "parser.dlg" "mode.h" "err.c" "dlg_p.c" "dlg_a.c"
  131.  "$(OUTDIR)Dlg.exe"
  132. !ELSE 
  133. ALL : "tokens.h" "parser.dlg" "mode.h" "err.c" "dlg_p.c" "dlg_a.c"
  134.  "$(OUTDIR)Dlg.exe"
  135. !ENDIF 
  136. CLEAN :
  137. -@erase "$(INTDIR)automata.obj"
  138. -@erase "$(INTDIR)dlg_a.obj"
  139. -@erase "$(INTDIR)dlg_p.obj"
  140. -@erase "$(INTDIR)err.obj"
  141. -@erase "$(INTDIR)main.obj"
  142. -@erase "$(INTDIR)output.obj"
  143. -@erase "$(INTDIR)relabel.obj"
  144. -@erase "$(INTDIR)set.obj"
  145. -@erase "$(INTDIR)support.obj"
  146. -@erase "$(INTDIR)vc50.idb"
  147. -@erase "$(INTDIR)vc50.pdb"
  148. -@erase "$(OUTDIR)Dlg.exe"
  149. -@erase "$(OUTDIR)Dlg.ilk"
  150. -@erase "$(OUTDIR)Dlg.pdb"
  151. -@erase "dlg_a.c"
  152. -@erase "dlg_p.c"
  153. -@erase "err.c"
  154. -@erase "mode.h"
  155. -@erase "parser.dlg"
  156. -@erase "tokens.h"
  157. "$(OUTDIR)" :
  158.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  159. CPP=cl.exe
  160. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..h" /I "..supportset" /D
  161.  "__STDC__" /D "LONGFILENAMES" /D "PC" /D "USER_ZZSYN" /D ZZLEXBUFSIZE=65536 /D
  162.  "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\"
  163.  /FD /c 
  164. CPP_OBJS=./
  165. CPP_SBRS=.
  166. .c{$(CPP_OBJS)}.obj::
  167.    $(CPP) @<<
  168.    $(CPP_PROJ) $< 
  169. <<
  170. .cpp{$(CPP_OBJS)}.obj::
  171.    $(CPP) @<<
  172.    $(CPP_PROJ) $< 
  173. <<
  174. .cxx{$(CPP_OBJS)}.obj::
  175.    $(CPP) @<<
  176.    $(CPP_PROJ) $< 
  177. <<
  178. .c{$(CPP_SBRS)}.sbr::
  179.    $(CPP) @<<
  180.    $(CPP_PROJ) $< 
  181. <<
  182. .cpp{$(CPP_SBRS)}.sbr::
  183.    $(CPP) @<<
  184.    $(CPP_PROJ) $< 
  185. <<
  186. .cxx{$(CPP_SBRS)}.sbr::
  187.    $(CPP) @<<
  188.    $(CPP_PROJ) $< 
  189. <<
  190. RSC=rc.exe
  191. BSC32=bscmake.exe
  192. BSC32_FLAGS=/nologo /o"$(OUTDIR)DlgMSVC50.bsc" 
  193. BSC32_SBRS= 
  194. LINK32=link.exe
  195. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
  196.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
  197.  odbccp32.lib /nologo /subsystem:console /incremental:yes
  198.  /pdb:"$(OUTDIR)Dlg.pdb" /debug /machine:I386 /out:"$(OUTDIR)Dlg.exe"
  199.  /pdbtype:sept 
  200. LINK32_OBJS= 
  201. "$(INTDIR)automata.obj" 
  202. "$(INTDIR)dlg_a.obj" 
  203. "$(INTDIR)dlg_p.obj" 
  204. "$(INTDIR)err.obj" 
  205. "$(INTDIR)main.obj" 
  206. "$(INTDIR)output.obj" 
  207. "$(INTDIR)relabel.obj" 
  208. "$(INTDIR)set.obj" 
  209. "$(INTDIR)support.obj"
  210. "$(OUTDIR)Dlg.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  211.     $(LINK32) @<<
  212.   $(LINK32_FLAGS) $(LINK32_OBJS)
  213. <<
  214. SOURCE=$(InputPath)
  215. PostBuild_Desc=Copy to ..bin directory
  216. DS_POSTBUILD_DEP=$(INTDIR)postbld.dep
  217. ALL : $(DS_POSTBUILD_DEP)
  218. # Begin Custom Macros
  219. OutDir=..
  220. # End Custom Macros
  221. $(DS_POSTBUILD_DEP) : "tokens.h" "parser.dlg" "mode.h" "err.c" "dlg_p.c"
  222.  "dlg_a.c" "$(OUTDIR)Dlg.exe"
  223.    mkdir ..bin
  224. copy dlg.exe ..bin.
  225. echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
  226. !ENDIF 
  227. !IF "$(CFG)" == "DLG - Win32 Release" || "$(CFG)" == "DLG - Win32 Debug"
  228. SOURCE=.automata.c
  229. DEP_CPP_AUTOM=
  230. "..hpcctscfg.h"
  231. "..supportsetset.h"
  232. ".dlg.h"
  233. "$(INTDIR)automata.obj" : $(SOURCE) $(DEP_CPP_AUTOM) "$(INTDIR)"
  234. SOURCE=.dlg_a.c
  235. !IF  "$(CFG)" == "DLG - Win32 Release"
  236. DEP_CPP_DLG_A=
  237. "..hantlr.h"
  238. "..hdlgauto.h"
  239. "..hdlgdef.h"
  240. "..hpcctscfg.h"
  241. "..supportsetset.h"
  242. ".dlg.h"
  243. ".mode.h"
  244. ".tokens.h"
  245. "$(INTDIR)dlg_a.obj" : $(SOURCE) $(DEP_CPP_DLG_A) "$(INTDIR)"
  246.  "$(INTDIR)tokens.h" "$(INTDIR)mode.h"
  247. !ELSEIF  "$(CFG)" == "DLG - Win32 Debug"
  248. DEP_CPP_DLG_A=
  249. "..hantlr.h"
  250. "..hdlgauto.h"
  251. "..hdlgdef.h"
  252. "..hpcctscfg.h"
  253. "..supportsetset.h"
  254. ".dlg.h"
  255. ".mode.h"
  256. ".tokens.h"
  257. "$(INTDIR)dlg_a.obj" : $(SOURCE) $(DEP_CPP_DLG_A) "$(INTDIR)"
  258.  "$(INTDIR)tokens.h" "$(INTDIR)mode.h"
  259. !ENDIF 
  260. SOURCE=.dlg_p.c
  261. DEP_CPP_DLG_P=
  262. "..hantlr.h"
  263. "..hdlgdef.h"
  264. "..hpcctscfg.h"
  265. "..supportsetset.h"
  266. ".dlg.h"
  267. ".mode.h"
  268. ".tokens.h"
  269. !IF  "$(CFG)" == "DLG - Win32 Release"
  270. CPP_SWITCHES=/nologo /ML /W3 /GX /O2 /I "..h" /I "..supportset" /D "NDEBUG"
  271.  /D "LONGFILENAMES" /D "PC" /D "USER_ZZSYN" /D ZZLEXBUFSIZE=65536 /D "_DEBUG" /D
  272.  "WIN32" /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\" /FD /c 
  273. "$(INTDIR)dlg_p.obj" : $(SOURCE) $(DEP_CPP_DLG_P) "$(INTDIR)"
  274.  "$(INTDIR)tokens.h" "$(INTDIR)mode.h"
  275. $(CPP) @<<
  276.   $(CPP_SWITCHES) $(SOURCE)
  277. <<
  278. !ELSEIF  "$(CFG)" == "DLG - Win32 Debug"
  279. CPP_SWITCHES=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..h" /I "..supportset" /D
  280.  "__STDC__" /D "LONGFILENAMES" /D "PC" /D "USER_ZZSYN" /D ZZLEXBUFSIZE=65536 /D
  281.  "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\"
  282.  /FD /c 
  283. "$(INTDIR)dlg_p.obj" : $(SOURCE) $(DEP_CPP_DLG_P) "$(INTDIR)"
  284.  "$(INTDIR)tokens.h" "$(INTDIR)mode.h"
  285. $(CPP) @<<
  286.   $(CPP_SWITCHES) $(SOURCE)
  287. <<
  288. !ENDIF 
  289. SOURCE=.dlg_p.g
  290. !IF  "$(CFG)" == "DLG - Win32 Release"
  291. InputPath=.dlg_p.g
  292. InputName=dlg_p
  293. "dlg_a.c" "dlg_p.c" "err.c" "mode.h" "parser.dlg" "tokens.h"  : $(SOURCE)
  294.  "$(INTDIR)" "$(OUTDIR)"
  295. ..binantlr $(InputName).g 
  296. ..bindlg -C2 parser.dlg dlg_a.c 
  297. !ELSEIF  "$(CFG)" == "DLG - Win32 Debug"
  298. InputPath=.dlg_p.g
  299. InputName=dlg_p
  300. "dlg_a.c" "dlg_p.c" "err.c" "mode.h" "parser.dlg" "tokens.h"  : $(SOURCE)
  301.  "$(INTDIR)" "$(OUTDIR)"
  302. ..binantlr $(InputName).g 
  303. ..bindlg -C2 parser.dlg dlg_a.c 
  304. !ENDIF 
  305. SOURCE=.err.c
  306. DEP_CPP_ERR_C=
  307. "..hantlr.h"
  308. "..hdlgdef.h"
  309. "..herr.h"
  310. "..hpcctscfg.h"
  311. "..supportsetset.h"
  312. ".dlg.h"
  313. ".tokens.h"
  314. "$(INTDIR)err.obj" : $(SOURCE) $(DEP_CPP_ERR_C) "$(INTDIR)"
  315.  "$(INTDIR)tokens.h"
  316. SOURCE=.main.c
  317. !IF  "$(CFG)" == "DLG - Win32 Release"
  318. DEP_CPP_MAIN_=
  319. "..hantlr.h"
  320. "..hdlgdef.h"
  321. "..hpcctscfg.h"
  322. "..supportsetset.h"
  323. ".dlg.h"
  324. ".mode.h"
  325. ".stdpccts.h"
  326. ".tokens.h"
  327. "$(INTDIR)main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  328.  "$(INTDIR)tokens.h" "$(INTDIR)mode.h"
  329. !ELSEIF  "$(CFG)" == "DLG - Win32 Debug"
  330. DEP_CPP_MAIN_=
  331. "..hantlr.h"
  332. "..hdlgdef.h"
  333. "..hpcctscfg.h"
  334. "..supportsetset.h"
  335. ".dlg.h"
  336. ".mode.h"
  337. ".stdpccts.h"
  338. ".tokens.h"
  339. "$(INTDIR)main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  340.  "$(INTDIR)tokens.h" "$(INTDIR)mode.h"
  341. !ENDIF 
  342. SOURCE=.output.c
  343. DEP_CPP_OUTPU=
  344. "..hpcctscfg.h"
  345. "..supportsetset.h"
  346. ".dlg.h"
  347. "$(INTDIR)output.obj" : $(SOURCE) $(DEP_CPP_OUTPU) "$(INTDIR)"
  348. SOURCE=.relabel.c
  349. DEP_CPP_RELAB=
  350. "..hpcctscfg.h"
  351. "..supportsetset.h"
  352. ".dlg.h"
  353. "$(INTDIR)relabel.obj" : $(SOURCE) $(DEP_CPP_RELAB) "$(INTDIR)"
  354. SOURCE=..supportsetset.c
  355. DEP_CPP_SET_C=
  356. "..hpcctscfg.h"
  357. "..supportsetset.h"
  358. "$(INTDIR)set.obj" : $(SOURCE) $(DEP_CPP_SET_C) "$(INTDIR)"
  359. $(CPP) $(CPP_PROJ) $(SOURCE)
  360. SOURCE=.support.c
  361. DEP_CPP_SUPPO=
  362. "..hpcctscfg.h"
  363. "..supportsetset.h"
  364. ".dlg.h"
  365. "$(INTDIR)support.obj" : $(SOURCE) $(DEP_CPP_SUPPO) "$(INTDIR)"
  366. !ENDIF