winpe.mak
上传用户:ch83438830
上传日期:2007-01-01
资源大小:104k
文件大小:12k
源码类别:

文件操作

开发平台:

Visual C++

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Application" 0x0101
  4. !IF "$(CFG)" == ""
  5. CFG=winpe - Win32 Debug
  6. !MESSAGE No configuration specified.  Defaulting to winpe - Win32 Debug.
  7. !ENDIF 
  8. !IF "$(CFG)" != "winpe - Win32 Release" && "$(CFG)" != "winpe - Win32 Debug"
  9. !MESSAGE Invalid configuration "$(CFG)" specified.
  10. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  11. !MESSAGE by defining the macro CFG on the command line.  For example:
  12. !MESSAGE 
  13. !MESSAGE NMAKE /f "winpe.mak" CFG="winpe - Win32 Debug"
  14. !MESSAGE 
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE 
  17. !MESSAGE "winpe - Win32 Release" (based on "Win32 (x86) Application")
  18. !MESSAGE "winpe - Win32 Debug" (based on "Win32 (x86) Application")
  19. !MESSAGE 
  20. !ERROR An invalid configuration is specified.
  21. !ENDIF 
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27. ################################################################################
  28. # Begin Project
  29. # PROP Target_Last_Scanned "winpe - Win32 Debug"
  30. MTL=mktyplib.exe
  31. RSC=rc.exe
  32. CPP=cl.exe
  33. !IF  "$(CFG)" == "winpe - Win32 Release"
  34. # PROP BASE Use_MFC 6
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "Release"
  37. # PROP BASE Intermediate_Dir "Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 6
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "Release"
  42. # PROP Intermediate_Dir "Release"
  43. # PROP Target_Dir ""
  44. OUTDIR=.Release
  45. INTDIR=.Release
  46. ALL : "$(OUTDIR)winpe.exe"
  47. CLEAN : 
  48. -@erase "$(INTDIR)DebugDirView.obj"
  49. -@erase "$(INTDIR)DumpXView.obj"
  50. -@erase "$(INTDIR)ExportView.obj"
  51. -@erase "$(INTDIR)HeaderView.obj"
  52. -@erase "$(INTDIR)ImportView.obj"
  53. -@erase "$(INTDIR)MainFrm.obj"
  54. -@erase "$(INTDIR)ResourceSView.obj"
  55. -@erase "$(INTDIR)SectionTblView.obj"
  56. -@erase "$(INTDIR)StdAfx.obj"
  57. -@erase "$(INTDIR)winpe.obj"
  58. -@erase "$(INTDIR)winpe.pch"
  59. -@erase "$(INTDIR)winpe.res"
  60. -@erase "$(INTDIR)winpeDoc.obj"
  61. -@erase "$(OUTDIR)winpe.exe"
  62. "$(OUTDIR)" :
  63.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  64. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  65. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  66. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
  67.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/winpe.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c 
  68. CPP_OBJS=.Release/
  69. CPP_SBRS=..
  70. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  71. # ADD MTL /nologo /D "NDEBUG" /win32
  72. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  73. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  74. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  75. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/winpe.res" /d "NDEBUG" /d "_AFXDLL" 
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. BSC32_FLAGS=/nologo /o"$(OUTDIR)/winpe.bsc" 
  80. BSC32_SBRS= 
  81. LINK32=link.exe
  82. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  83. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  84. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no
  85.  /pdb:"$(OUTDIR)/winpe.pdb" /machine:I386 /out:"$(OUTDIR)/winpe.exe" 
  86. LINK32_OBJS= 
  87. "$(INTDIR)DebugDirView.obj" 
  88. "$(INTDIR)DumpXView.obj" 
  89. "$(INTDIR)ExportView.obj" 
  90. "$(INTDIR)HeaderView.obj" 
  91. "$(INTDIR)ImportView.obj" 
  92. "$(INTDIR)MainFrm.obj" 
  93. "$(INTDIR)ResourceSView.obj" 
  94. "$(INTDIR)SectionTblView.obj" 
  95. "$(INTDIR)StdAfx.obj" 
  96. "$(INTDIR)winpe.obj" 
  97. "$(INTDIR)winpe.res" 
  98. "$(INTDIR)winpeDoc.obj"
  99. "$(OUTDIR)winpe.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  100.     $(LINK32) @<<
  101.   $(LINK32_FLAGS) $(LINK32_OBJS)
  102. <<
  103. !ELSEIF  "$(CFG)" == "winpe - Win32 Debug"
  104. # PROP BASE Use_MFC 6
  105. # PROP BASE Use_Debug_Libraries 1
  106. # PROP BASE Output_Dir "Debug"
  107. # PROP BASE Intermediate_Dir "Debug"
  108. # PROP BASE Target_Dir ""
  109. # PROP Use_MFC 6
  110. # PROP Use_Debug_Libraries 1
  111. # PROP Output_Dir "Debug"
  112. # PROP Intermediate_Dir "Debug"
  113. # PROP Target_Dir ""
  114. OUTDIR=.Debug
  115. INTDIR=.Debug
  116. ALL : "$(OUTDIR)winpe.exe"
  117. CLEAN : 
  118. -@erase "$(INTDIR)DebugDirView.obj"
  119. -@erase "$(INTDIR)DumpXView.obj"
  120. -@erase "$(INTDIR)ExportView.obj"
  121. -@erase "$(INTDIR)HeaderView.obj"
  122. -@erase "$(INTDIR)ImportView.obj"
  123. -@erase "$(INTDIR)MainFrm.obj"
  124. -@erase "$(INTDIR)ResourceSView.obj"
  125. -@erase "$(INTDIR)SectionTblView.obj"
  126. -@erase "$(INTDIR)StdAfx.obj"
  127. -@erase "$(INTDIR)vc40.idb"
  128. -@erase "$(INTDIR)vc40.pdb"
  129. -@erase "$(INTDIR)winpe.obj"
  130. -@erase "$(INTDIR)winpe.pch"
  131. -@erase "$(INTDIR)winpe.res"
  132. -@erase "$(INTDIR)winpeDoc.obj"
  133. -@erase "$(OUTDIR)winpe.exe"
  134. -@erase "$(OUTDIR)winpe.ilk"
  135. -@erase "$(OUTDIR)winpe.pdb"
  136. "$(OUTDIR)" :
  137.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  138. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  139. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  140. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
  141.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/winpe.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"
  142.  /Fd"$(INTDIR)/" /c 
  143. CPP_OBJS=.Debug/
  144. CPP_SBRS=..
  145. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  146. # ADD MTL /nologo /D "_DEBUG" /win32
  147. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  148. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  149. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  150. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/winpe.res" /d "_DEBUG" /d "_AFXDLL" 
  151. BSC32=bscmake.exe
  152. # ADD BASE BSC32 /nologo
  153. # ADD BSC32 /nologo
  154. BSC32_FLAGS=/nologo /o"$(OUTDIR)/winpe.bsc" 
  155. BSC32_SBRS= 
  156. LINK32=link.exe
  157. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  158. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  159. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes
  160.  /pdb:"$(OUTDIR)/winpe.pdb" /debug /machine:I386 /out:"$(OUTDIR)/winpe.exe" 
  161. LINK32_OBJS= 
  162. "$(INTDIR)DebugDirView.obj" 
  163. "$(INTDIR)DumpXView.obj" 
  164. "$(INTDIR)ExportView.obj" 
  165. "$(INTDIR)HeaderView.obj" 
  166. "$(INTDIR)ImportView.obj" 
  167. "$(INTDIR)MainFrm.obj" 
  168. "$(INTDIR)ResourceSView.obj" 
  169. "$(INTDIR)SectionTblView.obj" 
  170. "$(INTDIR)StdAfx.obj" 
  171. "$(INTDIR)winpe.obj" 
  172. "$(INTDIR)winpe.res" 
  173. "$(INTDIR)winpeDoc.obj"
  174. "$(OUTDIR)winpe.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  175.     $(LINK32) @<<
  176.   $(LINK32_FLAGS) $(LINK32_OBJS)
  177. <<
  178. !ENDIF 
  179. .c{$(CPP_OBJS)}.obj:
  180.    $(CPP) $(CPP_PROJ) $<  
  181. .cpp{$(CPP_OBJS)}.obj:
  182.    $(CPP) $(CPP_PROJ) $<  
  183. .cxx{$(CPP_OBJS)}.obj:
  184.    $(CPP) $(CPP_PROJ) $<  
  185. .c{$(CPP_SBRS)}.sbr:
  186.    $(CPP) $(CPP_PROJ) $<  
  187. .cpp{$(CPP_SBRS)}.sbr:
  188.    $(CPP) $(CPP_PROJ) $<  
  189. .cxx{$(CPP_SBRS)}.sbr:
  190.    $(CPP) $(CPP_PROJ) $<  
  191. ################################################################################
  192. # Begin Target
  193. # Name "winpe - Win32 Release"
  194. # Name "winpe - Win32 Debug"
  195. !IF  "$(CFG)" == "winpe - Win32 Release"
  196. !ELSEIF  "$(CFG)" == "winpe - Win32 Debug"
  197. !ENDIF 
  198. ################################################################################
  199. # Begin Source File
  200. SOURCE=.ReadMe.txt
  201. !IF  "$(CFG)" == "winpe - Win32 Release"
  202. !ELSEIF  "$(CFG)" == "winpe - Win32 Debug"
  203. !ENDIF 
  204. # End Source File
  205. ################################################################################
  206. # Begin Source File
  207. SOURCE=.winpe.cpp
  208. DEP_CPP_WINPE=
  209. ".dumpxview.h"
  210. ".MainFrm.h"
  211. ".StdAfx.h"
  212. ".winpe.h"
  213. ".winpeDoc.h"
  214. "$(INTDIR)winpe.obj" : $(SOURCE) $(DEP_CPP_WINPE) "$(INTDIR)"
  215.  "$(INTDIR)winpe.pch"
  216. # End Source File
  217. ################################################################################
  218. # Begin Source File
  219. SOURCE=.StdAfx.cpp
  220. DEP_CPP_STDAF=
  221. ".StdAfx.h"
  222. !IF  "$(CFG)" == "winpe - Win32 Release"
  223. # ADD CPP /Yc"stdafx.h"
  224. BuildCmds= 
  225. $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
  226.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/winpe.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c
  227.  $(SOURCE) 
  228. "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  229.    $(BuildCmds)
  230. "$(INTDIR)winpe.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  231.    $(BuildCmds)
  232. !ELSEIF  "$(CFG)" == "winpe - Win32 Debug"
  233. # ADD CPP /Yc"stdafx.h"
  234. BuildCmds= 
  235. $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
  236.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/winpe.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"
  237.  /Fd"$(INTDIR)/" /c $(SOURCE) 
  238. "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  239.    $(BuildCmds)
  240. "$(INTDIR)winpe.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  241.    $(BuildCmds)
  242. !ENDIF 
  243. # End Source File
  244. ################################################################################
  245. # Begin Source File
  246. SOURCE=.MainFrm.cpp
  247. DEP_CPP_MAINF=
  248. ".DebugDirView.h"
  249. ".dumpxview.h"
  250. ".ExportView.h"
  251. ".HeaderView.h"
  252. ".ImportView.h"
  253. ".MainFrm.h"
  254. ".resourcesview.h"
  255. ".SectionTblView.h"
  256. ".StdAfx.h"
  257. ".winpe.h"
  258. ".winpeDoc.h"
  259. "$(INTDIR)MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
  260.  "$(INTDIR)winpe.pch"
  261. # End Source File
  262. ################################################################################
  263. # Begin Source File
  264. SOURCE=.winpeDoc.cpp
  265. DEP_CPP_WINPED=
  266. ".StdAfx.h"
  267. ".winpe.h"
  268. ".winpeDoc.h"
  269. "$(INTDIR)winpeDoc.obj" : $(SOURCE) $(DEP_CPP_WINPED) "$(INTDIR)"
  270.  "$(INTDIR)winpe.pch"
  271. # End Source File
  272. ################################################################################
  273. # Begin Source File
  274. SOURCE=.winpe.rc
  275. DEP_RSC_WINPE_=
  276. ".resToolbar.bmp"
  277. ".reswinpe.ico"
  278. ".reswinpe.rc2"
  279. ".reswinpeDoc.ico"
  280. "$(INTDIR)winpe.res" : $(SOURCE) $(DEP_RSC_WINPE_) "$(INTDIR)"
  281.    $(RSC) $(RSC_PROJ) $(SOURCE)
  282. # End Source File
  283. ################################################################################
  284. # Begin Source File
  285. SOURCE=.HeaderView.cpp
  286. DEP_CPP_HEADE=
  287. ".HeaderView.h"
  288. ".StdAfx.h"
  289. ".winpe.h"
  290. ".winpeDoc.h"
  291. "$(INTDIR)HeaderView.obj" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
  292.  "$(INTDIR)winpe.pch"
  293. # End Source File
  294. ################################################################################
  295. # Begin Source File
  296. SOURCE=.SectionTblView.cpp
  297. DEP_CPP_SECTI=
  298. ".SectionTblView.h"
  299. ".StdAfx.h"
  300. ".winpe.h"
  301. ".winpeDoc.h"
  302. "$(INTDIR)SectionTblView.obj" : $(SOURCE) $(DEP_CPP_SECTI) "$(INTDIR)"
  303.  "$(INTDIR)winpe.pch"
  304. # End Source File
  305. ################################################################################
  306. # Begin Source File
  307. SOURCE=.DebugDirView.cpp
  308. DEP_CPP_DEBUG=
  309. ".DebugDirView.h"
  310. ".StdAfx.h"
  311. ".winpe.h"
  312. ".winpeDoc.h"
  313. "$(INTDIR)DebugDirView.obj" : $(SOURCE) $(DEP_CPP_DEBUG) "$(INTDIR)"
  314.  "$(INTDIR)winpe.pch"
  315. # End Source File
  316. ################################################################################
  317. # Begin Source File
  318. SOURCE=.ResourceSView.cpp
  319. DEP_CPP_RESOU=
  320. ".resourcesview.h"
  321. ".StdAfx.h"
  322. ".winpe.h"
  323. ".winpeDoc.h"
  324. "$(INTDIR)ResourceSView.obj" : $(SOURCE) $(DEP_CPP_RESOU) "$(INTDIR)"
  325.  "$(INTDIR)winpe.pch"
  326. # End Source File
  327. ################################################################################
  328. # Begin Source File
  329. SOURCE=.ExportView.cpp
  330. DEP_CPP_EXPOR=
  331. ".ExportView.h"
  332. ".StdAfx.h"
  333. ".winpe.h"
  334. ".winpeDoc.h"
  335. "$(INTDIR)ExportView.obj" : $(SOURCE) $(DEP_CPP_EXPOR) "$(INTDIR)"
  336.  "$(INTDIR)winpe.pch"
  337. # End Source File
  338. ################################################################################
  339. # Begin Source File
  340. SOURCE=.ImportView.cpp
  341. DEP_CPP_IMPOR=
  342. ".ImportView.h"
  343. ".StdAfx.h"
  344. ".winpe.h"
  345. ".winpeDoc.h"
  346. "$(INTDIR)ImportView.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
  347.  "$(INTDIR)winpe.pch"
  348. # End Source File
  349. ################################################################################
  350. # Begin Source File
  351. SOURCE=.DumpXView.cpp
  352. DEP_CPP_DUMPX=
  353. ".dumpxview.h"
  354. ".StdAfx.h"
  355. ".winpe.h"
  356. ".winpeDoc.h"
  357. "$(INTDIR)DumpXView.obj" : $(SOURCE) $(DEP_CPP_DUMPX) "$(INTDIR)"
  358.  "$(INTDIR)winpe.pch"
  359. # End Source File
  360. # End Target
  361. # End Project
  362. ################################################################################