📄 project.mk
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -