PCI Explorer.mak
资源名称:pciexp.zip [点击查看]
上传用户:zhuqijet
上传日期:2007-01-04
资源大小:138k
文件大小:15k
源码类别:
驱动编程
开发平台:
Visual C++
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Application" 0x0101
- !IF "$(CFG)" == ""
- CFG=PCI Explorer - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to PCI Explorer - Win32 Debug.
- !ENDIF
- !IF "$(CFG)" != "PCI Explorer - Win32 Release" && "$(CFG)" !=
- "PCI Explorer - Win32 Debug"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !MESSAGE You can specify a configuration when running NMAKE on this makefile
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "PCI Explorer.mak" CFG="PCI Explorer - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "PCI Explorer - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "PCI Explorer - Win32 Debug" (based on "Win32 (x86) Application")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- ################################################################################
- # Begin Project
- # PROP Target_Last_Scanned "PCI Explorer - Win32 Debug"
- CPP=cl.exe
- MTL=mktyplib.exe
- RSC=rc.exe
- !IF "$(CFG)" == "PCI Explorer - Win32 Release"
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.Release
- INTDIR=.Release
- ALL : "$(OUTDIR)PCI Explorer.exe" "$(OUTDIR)PCI Explorer.hlp"
- CLEAN :
- -@erase "$(INTDIR)ABOUT.OBJ"
- -@erase "$(INTDIR)CODES.OBJ"
- -@erase "$(INTDIR)DataDisplay.obj"
- -@erase "$(INTDIR)GetDriveType.obj"
- -@erase "$(INTDIR)IDCOMBO.OBJ"
- -@erase "$(INTDIR)Index.obj"
- -@erase "$(INTDIR)NumericEdit.obj"
- -@erase "$(INTDIR)PCI Explorer.hlp"
- -@erase "$(INTDIR)PCI Explorer.obj"
- -@erase "$(INTDIR)PCI Explorer.pch"
- -@erase "$(INTDIR)PCI Explorer.res"
- -@erase "$(INTDIR)PCI ExplorerDlg.obj"
- -@erase "$(INTDIR)PCIData.obj"
- -@erase "$(INTDIR)PCIFailed.obj"
- -@erase "$(INTDIR)PCIStartup.obj"
- -@erase "$(INTDIR)REGISTRY.OBJ"
- -@erase "$(INTDIR)REGVARS.OBJ"
- -@erase "$(INTDIR)StdAfx.obj"
- -@erase "$(OUTDIR)PCI Explorer.exe"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /I "..PCIScan" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..PCIScan" /D "WIN32" /D "NDEBUG" /D
- "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PCI Explorer.pch"
- /Yu"stdafx.h" /Fo"$(INTDIR)/" /c
- CPP_OBJS=.Release/
- CPP_SBRS=..
- # ADD BASE MTL /nologo /D "NDEBUG" /win32
- # ADD MTL /nologo /D "NDEBUG" /win32
- MTL_PROJ=/nologo /D "NDEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/PCI Explorer.res" /d "NDEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/PCI Explorer.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /machine:I386
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:no
- /pdb:"$(OUTDIR)/PCI Explorer.pdb" /machine:I386
- /out:"$(OUTDIR)/PCI Explorer.exe"
- LINK32_OBJS=
- "$(INTDIR)ABOUT.OBJ"
- "$(INTDIR)CODES.OBJ"
- "$(INTDIR)DataDisplay.obj"
- "$(INTDIR)GetDriveType.obj"
- "$(INTDIR)IDCOMBO.OBJ"
- "$(INTDIR)Index.obj"
- "$(INTDIR)NumericEdit.obj"
- "$(INTDIR)PCI Explorer.obj"
- "$(INTDIR)PCI Explorer.res"
- "$(INTDIR)PCI ExplorerDlg.obj"
- "$(INTDIR)PCIData.obj"
- "$(INTDIR)PCIFailed.obj"
- "$(INTDIR)PCIStartup.obj"
- "$(INTDIR)REGISTRY.OBJ"
- "$(INTDIR)REGVARS.OBJ"
- "$(INTDIR)StdAfx.obj"
- "$(OUTDIR)PCI Explorer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
- !ELSEIF "$(CFG)" == "PCI Explorer - Win32 Debug"
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- OUTDIR=.Debug
- INTDIR=.Debug
- ALL : "$(OUTDIR)PCI Explorer.exe" "$(OUTDIR)PCI Explorer.hlp"
- CLEAN :
- -@erase "$(INTDIR)ABOUT.OBJ"
- -@erase "$(INTDIR)CODES.OBJ"
- -@erase "$(INTDIR)DataDisplay.obj"
- -@erase "$(INTDIR)GetDriveType.obj"
- -@erase "$(INTDIR)IDCOMBO.OBJ"
- -@erase "$(INTDIR)Index.obj"
- -@erase "$(INTDIR)NumericEdit.obj"
- -@erase "$(INTDIR)PCI Explorer.hlp"
- -@erase "$(INTDIR)PCI Explorer.obj"
- -@erase "$(INTDIR)PCI Explorer.pch"
- -@erase "$(INTDIR)PCI Explorer.res"
- -@erase "$(INTDIR)PCI ExplorerDlg.obj"
- -@erase "$(INTDIR)PCIData.obj"
- -@erase "$(INTDIR)PCIFailed.obj"
- -@erase "$(INTDIR)PCIStartup.obj"
- -@erase "$(INTDIR)REGISTRY.OBJ"
- -@erase "$(INTDIR)REGVARS.OBJ"
- -@erase "$(INTDIR)StdAfx.obj"
- -@erase "$(INTDIR)vc40.idb"
- -@erase "$(INTDIR)vc40.pdb"
- -@erase "$(OUTDIR)PCI Explorer.exe"
- -@erase "$(OUTDIR)PCI Explorer.ilk"
- -@erase "$(OUTDIR)PCI Explorer.pdb"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # 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
- CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..PCIScan" /D "WIN32" /D
- "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PCI Explorer.pch"
- /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
- CPP_OBJS=.Debug/
- CPP_SBRS=..
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /win32
- MTL_PROJ=/nologo /D "_DEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/PCI Explorer.res" /d "_DEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/PCI Explorer.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes
- /pdb:"$(OUTDIR)/PCI Explorer.pdb" /debug /machine:I386
- /out:"$(OUTDIR)/PCI Explorer.exe"
- LINK32_OBJS=
- "$(INTDIR)ABOUT.OBJ"
- "$(INTDIR)CODES.OBJ"
- "$(INTDIR)DataDisplay.obj"
- "$(INTDIR)GetDriveType.obj"
- "$(INTDIR)IDCOMBO.OBJ"
- "$(INTDIR)Index.obj"
- "$(INTDIR)NumericEdit.obj"
- "$(INTDIR)PCI Explorer.obj"
- "$(INTDIR)PCI Explorer.res"
- "$(INTDIR)PCI ExplorerDlg.obj"
- "$(INTDIR)PCIData.obj"
- "$(INTDIR)PCIFailed.obj"
- "$(INTDIR)PCIStartup.obj"
- "$(INTDIR)REGISTRY.OBJ"
- "$(INTDIR)REGVARS.OBJ"
- "$(INTDIR)StdAfx.obj"
- "$(OUTDIR)PCI Explorer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
- !ENDIF
- .c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- .cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- .cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- ################################################################################
- # Begin Target
- # Name "PCI Explorer - Win32 Release"
- # Name "PCI Explorer - Win32 Debug"
- !IF "$(CFG)" == "PCI Explorer - Win32 Release"
- !ELSEIF "$(CFG)" == "PCI Explorer - Win32 Debug"
- !ENDIF
- ################################################################################
- # Begin Source File
- SOURCE=.ReadMe.txt
- !IF "$(CFG)" == "PCI Explorer - Win32 Release"
- !ELSEIF "$(CFG)" == "PCI Explorer - Win32 Debug"
- !ENDIF
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=".PCI Explorer.cpp"
- DEP_CPP_PCI_E=
- ".PCI Explorer.h"
- ".PCIStartup.h"
- ".StdAfx.h"
- "$(INTDIR)PCI Explorer.obj" : $(SOURCE) $(DEP_CPP_PCI_E) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=".PCI ExplorerDlg.cpp"
- DEP_CPP_PCI_EX=
- ".about.h"
- ".PCI Explorer.h"
- ".PCI ExplorerDlg.h"
- ".StdAfx.h"
- "$(INTDIR)PCI ExplorerDlg.obj" : $(SOURCE) $(DEP_CPP_PCI_EX) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.StdAfx.cpp
- DEP_CPP_STDAF=
- ".StdAfx.h"
- !IF "$(CFG)" == "PCI Explorer - Win32 Release"
- # ADD CPP /Yc"stdafx.h"
- BuildCmds=
- $(CPP) /nologo /MD /W3 /GX /O2 /I "..PCIScan" /D "WIN32" /D "NDEBUG" /D
- "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PCI Explorer.pch"
- /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE)
- "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- "$(INTDIR)PCI Explorer.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- !ELSEIF "$(CFG)" == "PCI Explorer - Win32 Debug"
- # ADD CPP /Yc"stdafx.h"
- BuildCmds=
- $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..PCIScan" /D "WIN32" /D "_DEBUG"
- /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PCI Explorer.pch"
- /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
- "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- "$(INTDIR)PCI Explorer.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- !ENDIF
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=".PCI Explorer.rc"
- DEP_RSC_PCI_EXP=
- ".resIOExplorer.ico"
- ".resjmnco.ico"
- ".resPCI Explorer.rc2"
- ".respciexp.bmp"
- "$(INTDIR)PCI Explorer.res" : $(SOURCE) $(DEP_RSC_PCI_EXP) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=".hlpPCI Explorer.hpj"
- !IF "$(CFG)" == "PCI Explorer - Win32 Release"
- # Begin Custom Build - Making help file...
- OutDir=.Release
- ProjDir=.
- TargetName=PCI Explorer
- InputPath=.hlpPCI Explorer.hpj
- "$(OutDir)$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- "$(ProjDir)makehelp.bat"
- # End Custom Build
- !ELSEIF "$(CFG)" == "PCI Explorer - Win32 Debug"
- # Begin Custom Build - Making help file...
- OutDir=.Debug
- ProjDir=.
- TargetName=PCI Explorer
- InputPath=.hlpPCI Explorer.hpj
- "$(OutDir)$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- "$(ProjDir)makehelp.bat"
- # End Custom Build
- !ENDIF
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.PCIData.cpp
- DEP_CPP_PCIDA=
- "..PCIScanpciScanIoctl.h"
- ".codes.h"
- ".DataDisplay.h"
- ".IDCombo.h"
- ".NumericEdit.h"
- ".PCI Explorer.h"
- ".pci.h"
- ".PCIData.h"
- ".StdAfx.h"
- "$(INTDIR)PCIData.obj" : $(SOURCE) $(DEP_CPP_PCIDA) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.NumericEdit.cpp
- DEP_CPP_NUMER=
- ".NumericEdit.h"
- ".StdAfx.h"
- "$(INTDIR)NumericEdit.obj" : $(SOURCE) $(DEP_CPP_NUMER) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.IDCOMBO.CPP
- DEP_CPP_IDCOM=
- ".IDCombo.h"
- ".StdAfx.h"
- "$(INTDIR)IDCOMBO.OBJ" : $(SOURCE) $(DEP_CPP_IDCOM) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.DataDisplay.cpp
- DEP_CPP_DATAD=
- ".DataDisplay.h"
- ".PCI Explorer.h"
- ".StdAfx.h"
- "$(INTDIR)DataDisplay.obj" : $(SOURCE) $(DEP_CPP_DATAD) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.PCIFailed.cpp
- DEP_CPP_PCIFA=
- ".PCI Explorer.h"
- ".PCIFailed.h"
- ".StdAfx.h"
- "$(INTDIR)PCIFailed.obj" : $(SOURCE) $(DEP_CPP_PCIFA) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.ABOUT.CPP
- DEP_CPP_ABOUT=
- ".about.h"
- ".PCI Explorer.h"
- ".StdAfx.h"
- "$(INTDIR)ABOUT.OBJ" : $(SOURCE) $(DEP_CPP_ABOUT) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.PCIStartup.cpp
- DEP_CPP_PCIST=
- "..PCIScanpciScanIoctl.h"
- ".about.h"
- ".DataDisplay.h"
- ".IDCombo.h"
- ".Index.h"
- ".NumericEdit.h"
- ".PCI Explorer.h"
- ".PCI ExplorerDlg.h"
- ".pci.h"
- ".PCIData.h"
- ".PCIStartup.h"
- ".regvars.h"
- ".StdAfx.h"
- NODEP_CPP_PCIST=
- ".GetDriveType.h"
- "$(INTDIR)PCIStartup.obj" : $(SOURCE) $(DEP_CPP_PCIST) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.REGISTRY.CPP
- DEP_CPP_REGIS=
- ".registry.h"
- ".StdAfx.h"
- "$(INTDIR)REGISTRY.OBJ" : $(SOURCE) $(DEP_CPP_REGIS) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.REGVARS.CPP
- DEP_CPP_REGVA=
- ".registry.h"
- ".regvars.h"
- ".StdAfx.h"
- "$(INTDIR)REGVARS.OBJ" : $(SOURCE) $(DEP_CPP_REGVA) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Index.cpp
- DEP_CPP_INDEX=
- "..PCIScanpciScanIoctl.h"
- ".codes.h"
- ".DataDisplay.h"
- ".IDCombo.h"
- ".Index.h"
- ".NumericEdit.h"
- ".PCI Explorer.h"
- ".pci.h"
- ".PCIData.h"
- ".StdAfx.h"
- "$(INTDIR)Index.obj" : $(SOURCE) $(DEP_CPP_INDEX) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.CODES.CPP
- DEP_CPP_CODES=
- ".pciCode.h"
- ".StdAfx.h"
- "$(INTDIR)CODES.OBJ" : $(SOURCE) $(DEP_CPP_CODES) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.GetDriveType.cpp
- DEP_CPP_GETDR=
- ".StdAfx.h"
- "$(INTDIR)GetDriveType.obj" : $(SOURCE) $(DEP_CPP_GETDR) "$(INTDIR)"
- "$(INTDIR)PCI Explorer.pch"
- # End Source File
- # End Target
- # End Project
- ################################################################################