sources
来自「windows驱动的helloworld」· 代码 · 共 23 行
TXT
23 行
# SOURCES - for HELLOWDM example driver
# Copyright (c) 1998, Compuware Corporation
# This is the SOURCES file for the simple HELLOWDM example. It names the
# driver and its source files. Most drivers can follow this simple format.
NTVERSION='WDM'
TARGETNAME=HelloWdm
TARGETPATH=.
TARGETTYPE=DRIVER
TARGETLIBS=$(DRIVERWORKS)\lib\*\$(DDKBUILDENV)\vdw_wdm.lib
C_DEFINES=-DNTVERSION=$(NTVERSION)
BROWSER_INFO = TRUE
INCLUDES=\
..; \
$(DRIVERWORKS)\include ; \
$(DRIVERWORKS)\source; \
$(DRIVERWORKS)\include\dep_vxd
SOURCES=HelloWdm.rc HelloWdm.cpp HelloDev.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?