sources

来自「windows 2000中的UDF文件系统的驱动程序.只有读的功能,不支持未关闭」· 代码 · 共 69 行

TXT
69
字号
!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Steve Wood (stevewo) 12-Apr-1990

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=ntos
MINORCOMP=udfs

TARGETNAME=udfs
TARGETPATH=obj
TARGETTYPE=DRIVER

INCLUDES=..\inc

MSC_WARNING_LEVEL=/W3 /WX

SOURCES=		\
	allocsup.c	\
	cachesup.c	\
	cleanup.c	\
	close.c		\
	create.c	\
	devctrl.c	\
	deviosup.c	\
	dirctrl.c	\
	dirsup.c	\
	fileinfo.c	\
	filobsup.c	\
	fsctrl.c	\
	fspdisp.c	\
	lockctrl.c	\
	namesup.c	\
	pnp.c		\
	prefxsup.c	\
	read.c		\
	resrcsup.c	\
	strucsup.c	\
	udfdata.c	\
	udfinit.c	\
	udfs.rc		\
	verfysup.c	\
	vmcbsup.c	\
	volinfo.c	\
	workque.c

PRECOMPILED_INCLUDE=udfprocs.h
PRECOMPILED_PCH=udfprocs.pch
PRECOMPILED_OBJ=udfprocs.obj

⌨️ 快捷键说明

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