mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
[FASTFAT_NEW]: Fix add_pch command usage.
svn path=/trunk/; revision=72115
This commit is contained in:
parent
0929932490
commit
9a2f59499f
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@ list(APPEND SOURCE
|
|||
rw.c
|
||||
shutdown.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)
|
||||
target_link_libraries(fastfat_new ${PSEH_LIB} fullfat)
|
||||
add_importlibs(fastfat_new ntoskrnl hal)
|
||||
add_pch(fastfat_new fastfat.h)
|
||||
add_pch(fastfat_new fastfat.h SOURCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue