mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[UDFS] Add a PCH.
svn path=/trunk/; revision=68076
This commit is contained in:
parent
c5c93fc98b
commit
0f20f1f0b7
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,8 @@ list(APPEND SOURCE
|
||||||
verfysup.cpp
|
verfysup.cpp
|
||||||
volinfo.cpp
|
volinfo.cpp
|
||||||
wcache.cpp
|
wcache.cpp
|
||||||
write.cpp)
|
write.cpp
|
||||||
|
udffs.h)
|
||||||
|
|
||||||
add_library(udfs SHARED ${SOURCE} udffs.rc)
|
add_library(udfs SHARED ${SOURCE} udffs.rc)
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
@ -52,4 +53,5 @@ endif()
|
||||||
set_module_type(udfs kernelmodedriver)
|
set_module_type(udfs kernelmodedriver)
|
||||||
target_link_libraries(udfs ${PSEH_LIB})
|
target_link_libraries(udfs ${PSEH_LIB})
|
||||||
add_importlibs(udfs ntoskrnl hal)
|
add_importlibs(udfs ntoskrnl hal)
|
||||||
|
add_pch(udfs udffs.h SOURCE)
|
||||||
add_cd_file(TARGET udfs DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
add_cd_file(TARGET udfs DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||||
|
|
Loading…
Reference in a new issue