-
Notifications
You must be signed in to change notification settings - Fork 2
/
sources
41 lines (38 loc) · 811 Bytes
/
sources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
MAJORCOMP=ntos
MINORCOMP=nwfs
TARGETNAME=nwfs
TARGETPATH=$(BASEDIR)\lib
TARGETTYPE=LIBRARY
INCLUDES=$(BASEDIR)\SRC\FILESYS\INC
MSC_WARNING_LEVEL=/WX
SOURCES=nwvfs.c \
alloc.c \
disk.c \
nwpart.c \
volume.c \
globals.c \
lru.c \
lock.c \
hash.c \
fat.c \
bit.c \
block.c \
cluster.c \
dir.c \
mmap.c \
inode.c \
super.c \
file.c \
ioctl.c \
nwdir.c \
nwfile.c \
trustee.c \
nwext.c \
suballoc.c \
create.c \
date.c \
nwcreate.c \
symlink.c \
nwvp.c \
nwvphal.c \
console.c