project.mk

来自「winddk src目录下的WDM源码压缩!」· MK 代码 · 共 18 行

MK
18
字号
# This file contains project settings common to all the binaries. This file
# is included in the sources files of driver, lib, app, and saruon.
# This file basically specified the include path for header files and the
# targetpath to place the final built binaries.

INCLUDES= ..\shared

!IFNDEF BUILD_ALT_DIR
SAMPLE_COMMON_DIR=..\disk
!ELSE
SAMPLE_COMMON_DIR=..\disk\$(BUILD_ALT_DIR)
!ENDIF

TARGETPATH=$(SAMPLE_COMMON_DIR)


USE_OBJECT_ROOT=1

⌨️ 快捷键说明

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