sources

来自「This is a ReiserFs file system driver fo」· 代码 · 共 49 行

TXT
49
字号
#
# 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 + =
减小字号Ctrl + -
显示快捷键?