⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pci explorer.mak

📁 浏览所有的PCI设备
💻 MAK
📖 第 1 页 / 共 2 页
字号:
# 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
################################################################################

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -