📄 sources
字号:
#
# COPYRIGHT: GNU GENERAL PUBLIC LICENSE VERSION 2
# PROJECT: ReiserFs file system driver for Windows NT/2000/XP/Vista.
# FILE: Sources
# PURPOSE: Build the driver.
# PROGRAMMER: Mark Piper, Matt Wu, Bo Brant閚.
# HOMEPAGE:
# UPDATE HISTORY:
#
# Name and type of the output file:
TARGETNAME=rfsd
TARGETTYPE=DRIVER
TARGETPATH=..\..\obj\$(DDKBUILDENV)
RCNOFONTMAP=TRUE
INCLUDES=..\..\inc
TARGETLIBS=$(TARGETPATH)\*\nlssup.lib
# The source code:
SOURCES=..\rfsd.rc \
..\blockio.c \
..\cleanup.c \
..\close.c \
..\cmcb.c \
..\create.c \
..\debug.c \
..\devctl.c \
..\dirctl.c \
..\dispatch.c \
..\except.c \
..\fastio.c \
..\fileinfo.c \
..\flush.c \
..\fsctl.c \
..\init.c \
..\lockctl.c \
..\memory.c \
..\misc.c \
..\nls.c \
..\pnp.c \
..\read.c \
..\rfsd.c \
..\rfsdblock.c \
..\shutdown.c \
..\volinfo.c \
..\write.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -