reactos/drivers/filesystems/fastfat_new/sources
Pierre Schweitzer aeadcaf515
[FASTFAT] Import the MS FastFAT sample from WXP.
Modified it so that it builds in trunk (with GCC, though).
Not to be switched for now, as it doesn't work in ReactOS (yet?).
2017-11-23 12:35:51 +01:00

46 lines
858 B
Plaintext

NT_UP=0
TARGETNAME=fastfat
TARGETTYPE=DRIVER
DRIVERTYPE=FS
MSC_WARNING_LEVEL=/W3 /WX
SOURCES=AcChkSup.c \
AllocSup.c \
CacheSup.c \
Cleanup.c \
Close.c \
Create.c \
DevCtrl.c \
DevIoSup.c \
DirCtrl.c \
DirSup.c \
DumpSup.c \
Ea.c \
EaSup.c \
FastFat.rc \
FatData.c \
FatInit.c \
FileInfo.c \
FilObSup.c \
Flush.c \
FsCtrl.c \
FspDisp.c \
LockCtrl.c \
NameSup.c \
Pnp.c \
Read.c \
ResrcSup.c \
Shutdown.c \
StrucSup.c \
SplaySup.c \
TimeSup.c \
VerfySup.c \
VolInfo.c \
WorkQue.c \
Write.c
PRECOMPILED_INCLUDE=fatprocs.h
PRECOMPILED_OBJ=fatprocs.obj