[KBDCLASS]

* Use kbdclass.h as a PCH.

svn path=/trunk/; revision=52925
This commit is contained in:
Amine Khaldi 2011-07-27 19:08:34 +00:00
parent c909ff6f02
commit ef9b793996
2 changed files with 3 additions and 4 deletions

View file

@ -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)

View file

@ -9,4 +9,5 @@
<file>misc.c</file>
<file>setup.c</file>
<file>kbdclass.rc</file>
<pch>kbdclass.h</pch>
</module>