2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
blockdev.c
|
|
|
|
cleanup.c
|
|
|
|
close.c
|
|
|
|
create.c
|
|
|
|
dir.c
|
|
|
|
direntry.c
|
|
|
|
dirwr.c
|
|
|
|
ea.c
|
|
|
|
fat.c
|
|
|
|
fastio.c
|
|
|
|
fcb.c
|
|
|
|
finfo.c
|
|
|
|
flush.c
|
|
|
|
fsctl.c
|
|
|
|
iface.c
|
2018-04-28 07:34:10 +00:00
|
|
|
kdbg.c
|
2011-05-16 13:12:07 +00:00
|
|
|
misc.c
|
|
|
|
pnp.c
|
|
|
|
rw.c
|
|
|
|
shutdown.c
|
|
|
|
string.c
|
|
|
|
volume.c
|
2014-02-09 17:28:01 +00:00
|
|
|
vfat.h)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
2014-02-09 17:28:01 +00:00
|
|
|
add_library(fastfat SHARED ${SOURCE} vfatfs.rc)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_module_type(fastfat kernelmodedriver)
|
2014-08-24 03:28:01 +00:00
|
|
|
target_link_libraries(fastfat ${PSEH_LIB})
|
2011-05-16 13:12:07 +00:00
|
|
|
add_importlibs(fastfat ntoskrnl hal)
|
2014-02-09 17:28:01 +00:00
|
|
|
add_pch(fastfat vfat.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET fastfat DESTINATION reactos/system32/drivers NO_CAB FOR all)
|