PCI Explorer.mak
上传用户:zhuqijet
上传日期:2007-01-04
资源大小:138k
文件大小:15k
源码类别:

驱动编程

开发平台:

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=PCI Explorer - Win32 Debug
  6. !MESSAGE No configuration specified.  Defaulting to PCI Explorer - Win32 Debug.
  7. !ENDIF 
  8. !IF "$(CFG)" != "PCI Explorer - Win32 Release" && "$(CFG)" !=
  9.  "PCI Explorer - Win32 Debug"
  10. !MESSAGE Invalid configuration "$(CFG)" specified.
  11. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  12. !MESSAGE by defining the macro CFG on the command line.  For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "PCI Explorer.mak" CFG="PCI Explorer - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "PCI Explorer - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "PCI Explorer - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE 
  21. !ERROR An invalid configuration is specified.
  22. !ENDIF 
  23. !IF "$(OS)" == "Windows_NT"
  24. NULL=
  25. !ELSE 
  26. NULL=nul
  27. !ENDIF 
  28. ################################################################################
  29. # Begin Project
  30. # PROP Target_Last_Scanned "PCI Explorer - Win32 Debug"
  31. CPP=cl.exe
  32. MTL=mktyplib.exe
  33. RSC=rc.exe
  34. !IF  "$(CFG)" == "PCI Explorer - Win32 Release"
  35. # PROP BASE Use_MFC 6
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir "Release"
  38. # PROP BASE Intermediate_Dir "Release"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 6
  41. # PROP Use_Debug_Libraries 0
  42. # PROP Output_Dir "Release"
  43. # PROP Intermediate_Dir "Release"
  44. # PROP Target_Dir ""
  45. OUTDIR=.Release
  46. INTDIR=.Release
  47. ALL : "$(OUTDIR)PCI Explorer.exe" "$(OUTDIR)PCI Explorer.hlp"
  48. CLEAN : 
  49. -@erase "$(INTDIR)ABOUT.OBJ"
  50. -@erase "$(INTDIR)CODES.OBJ"
  51. -@erase "$(INTDIR)DataDisplay.obj"
  52. -@erase "$(INTDIR)GetDriveType.obj"
  53. -@erase "$(INTDIR)IDCOMBO.OBJ"
  54. -@erase "$(INTDIR)Index.obj"
  55. -@erase "$(INTDIR)NumericEdit.obj"
  56. -@erase "$(INTDIR)PCI Explorer.hlp"
  57. -@erase "$(INTDIR)PCI Explorer.obj"
  58. -@erase "$(INTDIR)PCI Explorer.pch"
  59. -@erase "$(INTDIR)PCI Explorer.res"
  60. -@erase "$(INTDIR)PCI ExplorerDlg.obj"
  61. -@erase "$(INTDIR)PCIData.obj"
  62. -@erase "$(INTDIR)PCIFailed.obj"
  63. -@erase "$(INTDIR)PCIStartup.obj"
  64. -@erase "$(INTDIR)REGISTRY.OBJ"
  65. -@erase "$(INTDIR)REGVARS.OBJ"
  66. -@erase "$(INTDIR)StdAfx.obj"
  67. -@erase "$(OUTDIR)PCI Explorer.exe"
  68. "$(OUTDIR)" :
  69.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  70. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  71. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..PCIScan" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  72. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..PCIScan" /D "WIN32" /D "NDEBUG" /D
  73.  "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PCI Explorer.pch"
  74.  /Yu"stdafx.h" /Fo"$(INTDIR)/" /c 
  75. CPP_OBJS=.Release/
  76. CPP_SBRS=..
  77. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  78. # ADD MTL /nologo /D "NDEBUG" /win32
  79. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  80. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  81. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  82. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/PCI Explorer.res" /d "NDEBUG" /d "_AFXDLL" 
  83. BSC32=bscmake.exe
  84. # ADD BASE BSC32 /nologo
  85. # ADD BSC32 /nologo
  86. BSC32_FLAGS=/nologo /o"$(OUTDIR)/PCI Explorer.bsc" 
  87. BSC32_SBRS= 
  88. LINK32=link.exe
  89. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  90. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  91. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no
  92.  /pdb:"$(OUTDIR)/PCI Explorer.pdb" /machine:I386
  93.  /out:"$(OUTDIR)/PCI Explorer.exe" 
  94. LINK32_OBJS= 
  95. "$(INTDIR)ABOUT.OBJ" 
  96. "$(INTDIR)CODES.OBJ" 
  97. "$(INTDIR)DataDisplay.obj" 
  98. "$(INTDIR)GetDriveType.obj" 
  99. "$(INTDIR)IDCOMBO.OBJ" 
  100. "$(INTDIR)Index.obj" 
  101. "$(INTDIR)NumericEdit.obj" 
  102. "$(INTDIR)PCI Explorer.obj" 
  103. "$(INTDIR)PCI Explorer.res" 
  104. "$(INTDIR)PCI ExplorerDlg.obj" 
  105. "$(INTDIR)PCIData.obj" 
  106. "$(INTDIR)PCIFailed.obj" 
  107. "$(INTDIR)PCIStartup.obj" 
  108. "$(INTDIR)REGISTRY.OBJ" 
  109. "$(INTDIR)REGVARS.OBJ" 
  110. "$(INTDIR)StdAfx.obj"
  111. "$(OUTDIR)PCI Explorer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  112.     $(LINK32) @<<
  113.   $(LINK32_FLAGS) $(LINK32_OBJS)
  114. <<
  115. !ELSEIF  "$(CFG)" == "PCI Explorer - Win32 Debug"
  116. # PROP BASE Use_MFC 6
  117. # PROP BASE Use_Debug_Libraries 1
  118. # PROP BASE Output_Dir "Debug"
  119. # PROP BASE Intermediate_Dir "Debug"
  120. # PROP BASE Target_Dir ""
  121. # PROP Use_MFC 6
  122. # PROP Use_Debug_Libraries 1
  123. # PROP Output_Dir "Debug"
  124. # PROP Intermediate_Dir "Debug"
  125. # PROP Target_Dir ""
  126. OUTDIR=.Debug
  127. INTDIR=.Debug
  128. ALL : "$(OUTDIR)PCI Explorer.exe" "$(OUTDIR)PCI Explorer.hlp"
  129. CLEAN : 
  130. -@erase "$(INTDIR)ABOUT.OBJ"
  131. -@erase "$(INTDIR)CODES.OBJ"
  132. -@erase "$(INTDIR)DataDisplay.obj"
  133. -@erase "$(INTDIR)GetDriveType.obj"
  134. -@erase "$(INTDIR)IDCOMBO.OBJ"
  135. -@erase "$(INTDIR)Index.obj"
  136. -@erase "$(INTDIR)NumericEdit.obj"
  137. -@erase "$(INTDIR)PCI Explorer.hlp"
  138. -@erase "$(INTDIR)PCI Explorer.obj"
  139. -@erase "$(INTDIR)PCI Explorer.pch"
  140. -@erase "$(INTDIR)PCI Explorer.res"
  141. -@erase "$(INTDIR)PCI ExplorerDlg.obj"
  142. -@erase "$(INTDIR)PCIData.obj"
  143. -@erase "$(INTDIR)PCIFailed.obj"
  144. -@erase "$(INTDIR)PCIStartup.obj"
  145. -@erase "$(INTDIR)REGISTRY.OBJ"
  146. -@erase "$(INTDIR)REGVARS.OBJ"
  147. -@erase "$(INTDIR)StdAfx.obj"
  148. -@erase "$(INTDIR)vc40.idb"
  149. -@erase "$(INTDIR)vc40.pdb"
  150. -@erase "$(OUTDIR)PCI Explorer.exe"
  151. -@erase "$(OUTDIR)PCI Explorer.ilk"
  152. -@erase "$(OUTDIR)PCI Explorer.pdb"
  153. "$(OUTDIR)" :
  154.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  155. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  156. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..PCIScan" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  157. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..PCIScan" /D "WIN32" /D
  158.  "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PCI Explorer.pch"
  159.  /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  160. CPP_OBJS=.Debug/
  161. CPP_SBRS=..
  162. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  163. # ADD MTL /nologo /D "_DEBUG" /win32
  164. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  165. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  166. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  167. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/PCI Explorer.res" /d "_DEBUG" /d "_AFXDLL" 
  168. BSC32=bscmake.exe
  169. # ADD BASE BSC32 /nologo
  170. # ADD BSC32 /nologo
  171. BSC32_FLAGS=/nologo /o"$(OUTDIR)/PCI Explorer.bsc" 
  172. BSC32_SBRS= 
  173. LINK32=link.exe
  174. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  175. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  176. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes
  177.  /pdb:"$(OUTDIR)/PCI Explorer.pdb" /debug /machine:I386
  178.  /out:"$(OUTDIR)/PCI Explorer.exe" 
  179. LINK32_OBJS= 
  180. "$(INTDIR)ABOUT.OBJ" 
  181. "$(INTDIR)CODES.OBJ" 
  182. "$(INTDIR)DataDisplay.obj" 
  183. "$(INTDIR)GetDriveType.obj" 
  184. "$(INTDIR)IDCOMBO.OBJ" 
  185. "$(INTDIR)Index.obj" 
  186. "$(INTDIR)NumericEdit.obj" 
  187. "$(INTDIR)PCI Explorer.obj" 
  188. "$(INTDIR)PCI Explorer.res" 
  189. "$(INTDIR)PCI ExplorerDlg.obj" 
  190. "$(INTDIR)PCIData.obj" 
  191. "$(INTDIR)PCIFailed.obj" 
  192. "$(INTDIR)PCIStartup.obj" 
  193. "$(INTDIR)REGISTRY.OBJ" 
  194. "$(INTDIR)REGVARS.OBJ" 
  195. "$(INTDIR)StdAfx.obj"
  196. "$(OUTDIR)PCI Explorer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  197.     $(LINK32) @<<
  198.   $(LINK32_FLAGS) $(LINK32_OBJS)
  199. <<
  200. !ENDIF 
  201. .c{$(CPP_OBJS)}.obj:
  202.    $(CPP) $(CPP_PROJ) $<  
  203. .cpp{$(CPP_OBJS)}.obj:
  204.    $(CPP) $(CPP_PROJ) $<  
  205. .cxx{$(CPP_OBJS)}.obj:
  206.    $(CPP) $(CPP_PROJ) $<  
  207. .c{$(CPP_SBRS)}.sbr:
  208.    $(CPP) $(CPP_PROJ) $<  
  209. .cpp{$(CPP_SBRS)}.sbr:
  210.    $(CPP) $(CPP_PROJ) $<  
  211. .cxx{$(CPP_SBRS)}.sbr:
  212.    $(CPP) $(CPP_PROJ) $<  
  213. ################################################################################
  214. # Begin Target
  215. # Name "PCI Explorer - Win32 Release"
  216. # Name "PCI Explorer - Win32 Debug"
  217. !IF  "$(CFG)" == "PCI Explorer - Win32 Release"
  218. !ELSEIF  "$(CFG)" == "PCI Explorer - Win32 Debug"
  219. !ENDIF 
  220. ################################################################################
  221. # Begin Source File
  222. SOURCE=.ReadMe.txt
  223. !IF  "$(CFG)" == "PCI Explorer - Win32 Release"
  224. !ELSEIF  "$(CFG)" == "PCI Explorer - Win32 Debug"
  225. !ENDIF 
  226. # End Source File
  227. ################################################################################
  228. # Begin Source File
  229. SOURCE=".PCI Explorer.cpp"
  230. DEP_CPP_PCI_E=
  231. ".PCI Explorer.h"
  232. ".PCIStartup.h"
  233. ".StdAfx.h"
  234. "$(INTDIR)PCI Explorer.obj" : $(SOURCE) $(DEP_CPP_PCI_E) "$(INTDIR)"
  235.  "$(INTDIR)PCI Explorer.pch"
  236. # End Source File
  237. ################################################################################
  238. # Begin Source File
  239. SOURCE=".PCI ExplorerDlg.cpp"
  240. DEP_CPP_PCI_EX=
  241. ".about.h"
  242. ".PCI Explorer.h"
  243. ".PCI ExplorerDlg.h"
  244. ".StdAfx.h"
  245. "$(INTDIR)PCI ExplorerDlg.obj" : $(SOURCE) $(DEP_CPP_PCI_EX) "$(INTDIR)"
  246.  "$(INTDIR)PCI Explorer.pch"
  247. # End Source File
  248. ################################################################################
  249. # Begin Source File
  250. SOURCE=.StdAfx.cpp
  251. DEP_CPP_STDAF=
  252. ".StdAfx.h"
  253. !IF  "$(CFG)" == "PCI Explorer - Win32 Release"
  254. # ADD CPP /Yc"stdafx.h"
  255. BuildCmds= 
  256. $(CPP) /nologo /MD /W3 /GX /O2 /I "..PCIScan" /D "WIN32" /D "NDEBUG" /D
  257.  "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PCI Explorer.pch"
  258.  /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) 
  259. "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  260.    $(BuildCmds)
  261. "$(INTDIR)PCI Explorer.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  262.    $(BuildCmds)
  263. !ELSEIF  "$(CFG)" == "PCI Explorer - Win32 Debug"
  264. # ADD CPP /Yc"stdafx.h"
  265. BuildCmds= 
  266. $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..PCIScan" /D "WIN32" /D "_DEBUG"
  267.  /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PCI Explorer.pch"
  268.  /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) 
  269. "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  270.    $(BuildCmds)
  271. "$(INTDIR)PCI Explorer.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  272.    $(BuildCmds)
  273. !ENDIF 
  274. # End Source File
  275. ################################################################################
  276. # Begin Source File
  277. SOURCE=".PCI Explorer.rc"
  278. DEP_RSC_PCI_EXP=
  279. ".resIOExplorer.ico"
  280. ".resjmnco.ico"
  281. ".resPCI Explorer.rc2"
  282. ".respciexp.bmp"
  283. "$(INTDIR)PCI Explorer.res" : $(SOURCE) $(DEP_RSC_PCI_EXP) "$(INTDIR)"
  284.    $(RSC) $(RSC_PROJ) $(SOURCE)
  285. # End Source File
  286. ################################################################################
  287. # Begin Source File
  288. SOURCE=".hlpPCI Explorer.hpj"
  289. !IF  "$(CFG)" == "PCI Explorer - Win32 Release"
  290. # Begin Custom Build - Making help file...
  291. OutDir=.Release
  292. ProjDir=.
  293. TargetName=PCI Explorer
  294. InputPath=.hlpPCI Explorer.hpj
  295. "$(OutDir)$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  296.    "$(ProjDir)makehelp.bat"
  297. # End Custom Build
  298. !ELSEIF  "$(CFG)" == "PCI Explorer - Win32 Debug"
  299. # Begin Custom Build - Making help file...
  300. OutDir=.Debug
  301. ProjDir=.
  302. TargetName=PCI Explorer
  303. InputPath=.hlpPCI Explorer.hpj
  304. "$(OutDir)$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  305.    "$(ProjDir)makehelp.bat"
  306. # End Custom Build
  307. !ENDIF 
  308. # End Source File
  309. ################################################################################
  310. # Begin Source File
  311. SOURCE=.PCIData.cpp
  312. DEP_CPP_PCIDA=
  313. "..PCIScanpciScanIoctl.h"
  314. ".codes.h"
  315. ".DataDisplay.h"
  316. ".IDCombo.h"
  317. ".NumericEdit.h"
  318. ".PCI Explorer.h"
  319. ".pci.h"
  320. ".PCIData.h"
  321. ".StdAfx.h"
  322. "$(INTDIR)PCIData.obj" : $(SOURCE) $(DEP_CPP_PCIDA) "$(INTDIR)"
  323.  "$(INTDIR)PCI Explorer.pch"
  324. # End Source File
  325. ################################################################################
  326. # Begin Source File
  327. SOURCE=.NumericEdit.cpp
  328. DEP_CPP_NUMER=
  329. ".NumericEdit.h"
  330. ".StdAfx.h"
  331. "$(INTDIR)NumericEdit.obj" : $(SOURCE) $(DEP_CPP_NUMER) "$(INTDIR)"
  332.  "$(INTDIR)PCI Explorer.pch"
  333. # End Source File
  334. ################################################################################
  335. # Begin Source File
  336. SOURCE=.IDCOMBO.CPP
  337. DEP_CPP_IDCOM=
  338. ".IDCombo.h"
  339. ".StdAfx.h"
  340. "$(INTDIR)IDCOMBO.OBJ" : $(SOURCE) $(DEP_CPP_IDCOM) "$(INTDIR)"
  341.  "$(INTDIR)PCI Explorer.pch"
  342. # End Source File
  343. ################################################################################
  344. # Begin Source File
  345. SOURCE=.DataDisplay.cpp
  346. DEP_CPP_DATAD=
  347. ".DataDisplay.h"
  348. ".PCI Explorer.h"
  349. ".StdAfx.h"
  350. "$(INTDIR)DataDisplay.obj" : $(SOURCE) $(DEP_CPP_DATAD) "$(INTDIR)"
  351.  "$(INTDIR)PCI Explorer.pch"
  352. # End Source File
  353. ################################################################################
  354. # Begin Source File
  355. SOURCE=.PCIFailed.cpp
  356. DEP_CPP_PCIFA=
  357. ".PCI Explorer.h"
  358. ".PCIFailed.h"
  359. ".StdAfx.h"
  360. "$(INTDIR)PCIFailed.obj" : $(SOURCE) $(DEP_CPP_PCIFA) "$(INTDIR)"
  361.  "$(INTDIR)PCI Explorer.pch"
  362. # End Source File
  363. ################################################################################
  364. # Begin Source File
  365. SOURCE=.ABOUT.CPP
  366. DEP_CPP_ABOUT=
  367. ".about.h"
  368. ".PCI Explorer.h"
  369. ".StdAfx.h"
  370. "$(INTDIR)ABOUT.OBJ" : $(SOURCE) $(DEP_CPP_ABOUT) "$(INTDIR)"
  371.  "$(INTDIR)PCI Explorer.pch"
  372. # End Source File
  373. ################################################################################
  374. # Begin Source File
  375. SOURCE=.PCIStartup.cpp
  376. DEP_CPP_PCIST=
  377. "..PCIScanpciScanIoctl.h"
  378. ".about.h"
  379. ".DataDisplay.h"
  380. ".IDCombo.h"
  381. ".Index.h"
  382. ".NumericEdit.h"
  383. ".PCI Explorer.h"
  384. ".PCI ExplorerDlg.h"
  385. ".pci.h"
  386. ".PCIData.h"
  387. ".PCIStartup.h"
  388. ".regvars.h"
  389. ".StdAfx.h"
  390. NODEP_CPP_PCIST=
  391. ".GetDriveType.h"
  392. "$(INTDIR)PCIStartup.obj" : $(SOURCE) $(DEP_CPP_PCIST) "$(INTDIR)"
  393.  "$(INTDIR)PCI Explorer.pch"
  394. # End Source File
  395. ################################################################################
  396. # Begin Source File
  397. SOURCE=.REGISTRY.CPP
  398. DEP_CPP_REGIS=
  399. ".registry.h"
  400. ".StdAfx.h"
  401. "$(INTDIR)REGISTRY.OBJ" : $(SOURCE) $(DEP_CPP_REGIS) "$(INTDIR)"
  402.  "$(INTDIR)PCI Explorer.pch"
  403. # End Source File
  404. ################################################################################
  405. # Begin Source File
  406. SOURCE=.REGVARS.CPP
  407. DEP_CPP_REGVA=
  408. ".registry.h"
  409. ".regvars.h"
  410. ".StdAfx.h"
  411. "$(INTDIR)REGVARS.OBJ" : $(SOURCE) $(DEP_CPP_REGVA) "$(INTDIR)"
  412.  "$(INTDIR)PCI Explorer.pch"
  413. # End Source File
  414. ################################################################################
  415. # Begin Source File
  416. SOURCE=.Index.cpp
  417. DEP_CPP_INDEX=
  418. "..PCIScanpciScanIoctl.h"
  419. ".codes.h"
  420. ".DataDisplay.h"
  421. ".IDCombo.h"
  422. ".Index.h"
  423. ".NumericEdit.h"
  424. ".PCI Explorer.h"
  425. ".pci.h"
  426. ".PCIData.h"
  427. ".StdAfx.h"
  428. "$(INTDIR)Index.obj" : $(SOURCE) $(DEP_CPP_INDEX) "$(INTDIR)"
  429.  "$(INTDIR)PCI Explorer.pch"
  430. # End Source File
  431. ################################################################################
  432. # Begin Source File
  433. SOURCE=.CODES.CPP
  434. DEP_CPP_CODES=
  435. ".pciCode.h"
  436. ".StdAfx.h"
  437. "$(INTDIR)CODES.OBJ" : $(SOURCE) $(DEP_CPP_CODES) "$(INTDIR)"
  438.  "$(INTDIR)PCI Explorer.pch"
  439. # End Source File
  440. ################################################################################
  441. # Begin Source File
  442. SOURCE=.GetDriveType.cpp
  443. DEP_CPP_GETDR=
  444. ".StdAfx.h"
  445. "$(INTDIR)GetDriveType.obj" : $(SOURCE) $(DEP_CPP_GETDR) "$(INTDIR)"
  446.  "$(INTDIR)PCI Explorer.pch"
  447. # End Source File
  448. # End Target
  449. # End Project
  450. ################################################################################