mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:46:05 +00:00
[KBDCLASS]
* Use kbdclass.h as a PCH. svn path=/trunk/; revision=52925
This commit is contained in:
parent
c909ff6f02
commit
ef9b793996
2 changed files with 3 additions and 4 deletions
|
@ -6,9 +6,7 @@ add_library(kbdclass SHARED
|
|||
kbdclass.rc)
|
||||
|
||||
set_module_type(kbdclass kernelmodedriver)
|
||||
|
||||
add_pch(kbdclass kbdclass.h)
|
||||
target_link_libraries(kbdclass ${PSEH_LIB})
|
||||
|
||||
add_importlibs(kbdclass ntoskrnl hal)
|
||||
|
||||
add_cd_file(TARGET kbdclass DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
|
@ -9,4 +9,5 @@
|
|||
<file>misc.c</file>
|
||||
<file>setup.c</file>
|
||||
<file>kbdclass.rc</file>
|
||||
<pch>kbdclass.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue