67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
|
!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=mailslot
|
||
|
|
||
|
TARGETNAME=msfs
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DRIVER
|
||
|
|
||
|
INCLUDES=$(PROJECT_ROOT)\ntos\inc
|
||
|
|
||
|
NTPROFILEINPUT=yes
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
|
||
|
|
||
|
SOURCES=\
|
||
|
cleanup.c \
|
||
|
close.c \
|
||
|
create.c \
|
||
|
createms.c \
|
||
|
datasup.c \
|
||
|
debug.c \
|
||
|
deviosup.c \
|
||
|
dir.c \
|
||
|
dpc.c \
|
||
|
dumpsup.c \
|
||
|
except.c \
|
||
|
fileinfo.c \
|
||
|
filobsup.c \
|
||
|
fscontrl.c \
|
||
|
msdata.c \
|
||
|
msfs.rc \
|
||
|
msinit.c \
|
||
|
prefxsup.c \
|
||
|
read.c \
|
||
|
readsup.c \
|
||
|
seinfo.c \
|
||
|
strucsup.c \
|
||
|
verfysup.c \
|
||
|
volinfo.c \
|
||
|
write.c \
|
||
|
writesup.c
|
||
|
|
||
|
UMTYPE=nt
|