sources

来自「ext2 file system driver for win nt」· 代码 · 共 15 行

TXT
15
字号
INCLUDES=$(BASEDIR)\inc;.

# Name and type of the output file:
TARGETNAME=ext2fs
TARGETTYPE=DRIVER
TARGETPATH=.\$(DDKBUILDENV)

# Creates a file used by Visual Studio to navigate the source code.
BROWSER_INFO=TRUE

RCNOFONTMAP=TRUE

# The source code:
SOURCES=ext2fs.c debug.c

⌨️ 快捷键说明

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