mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
[FS_REC]
* Use fs_rec.h as a PCH. svn path=/trunk/; revision=52920
This commit is contained in:
parent
bd752471be
commit
4e5b336aaf
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ add_library(fs_rec SHARED
|
||||||
|
|
||||||
set_module_type(fs_rec kernelmodedriver)
|
set_module_type(fs_rec kernelmodedriver)
|
||||||
add_importlibs(fs_rec ntoskrnl hal)
|
add_importlibs(fs_rec ntoskrnl hal)
|
||||||
|
add_pch(fs_rec fs_rec.h)
|
||||||
add_cd_file(TARGET fs_rec DESTINATION reactos/system32/drivers FOR all)
|
add_cd_file(TARGET fs_rec DESTINATION reactos/system32/drivers FOR all)
|
||||||
|
|
Loading…
Reference in a new issue