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

📄 sources

📁 枚举机器上所有Pci设备的驱动源码
💻
字号:
# SOURCES - for PCI enumerator application example
# Copyright (c) 1997 Compuware Corporation

TARGETNAME=enumpci
TARGETPATH=obj
TARGETTYPE=PROGRAM
UMTYPE=console
UMBASE=0x01000000

# Put Win2K DDK specific defines in this section.
!IF "$(LATEST_WIN32_WINNT_VERSION)" == "0x0500"

# Put NT4/Win98 DDK specific defines in this section.
!ELSE

# Need to create the directory for the output in NT4/Win98
!  IF exist ($(TARGETPATH)\i386\$(DDKBUILDENV))
#    do nothing; the directory has already been created
!  ELSE
!    IF [mkdir $(TARGETPATH)\i386\$(DDKBUILDENV)] > 1
!      ERROR Failed to create output directory.
!    ENDIF
!  ENDIF

!ENDIF

INCLUDES=..\.

BROWSER_INFO=1
!IF ("$(DDKBUILDENV)"=="fre") || ("$(DDKBUILDENV)"=="free")
NTDEBUG=
!ENDIF


SOURCES=enumpci.cpp

⌨️ 快捷键说明

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