📄 makefile
字号:
#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1991
# All Rights Reserved.
#
# dev\ddk\inc16 makefile
#
# inc.mk contains the rules and dependence list of inc/h files.
#
#############################################################################
ROOT = ..\..\..
IS_16 = TRUE
IS_DDK = TRUE
CLEANLIST = $(DDKINC16DEP)
TARGETS = $(DDKINC16DEP)
!include ..\..\master.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -