[FASTFAT_NEW]: Fix add_pch command usage.

svn path=/trunk/; revision=72115
This commit is contained in:
Hermès Bélusca-Maïto 2016-08-05 11:54:48 +00:00
parent 0929932490
commit 9a2f59499f

View file

@ -22,10 +22,10 @@ list(APPEND SOURCE
rw.c rw.c
shutdown.c shutdown.c
volume.c volume.c
fastfat.rc) fastfat.h)
add_library(fastfat_new SHARED ${SOURCE}) add_library(fastfat_new SHARED ${SOURCE} fastfat.rc)
set_module_type(fastfat_new kernelmodedriver) set_module_type(fastfat_new kernelmodedriver)
target_link_libraries(fastfat_new ${PSEH_LIB} fullfat) target_link_libraries(fastfat_new ${PSEH_LIB} fullfat)
add_importlibs(fastfat_new ntoskrnl hal) add_importlibs(fastfat_new ntoskrnl hal)
add_pch(fastfat_new fastfat.h) add_pch(fastfat_new fastfat.h SOURCE)