mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
[MOUCLASS]
* Use mouclass.h as a PCH. svn path=/trunk/; revision=52926
This commit is contained in:
parent
ef9b793996
commit
9add5ea74e
2 changed files with 3 additions and 4 deletions
|
@ -5,9 +5,7 @@ add_library(mouclass SHARED
|
|||
mouclass.rc)
|
||||
|
||||
set_module_type(mouclass kernelmodedriver)
|
||||
|
||||
add_pch(mouclass mouclass.h)
|
||||
target_link_libraries(mouclass ${PSEH_LIB})
|
||||
|
||||
add_importlibs(mouclass ntoskrnl hal)
|
||||
|
||||
add_cd_file(TARGET mouclass DESTINATION reactos/system32/drivers FOR all)
|
|
@ -8,4 +8,5 @@
|
|||
<file>misc.c</file>
|
||||
<file>mouclass.c</file>
|
||||
<file>mouclass.rc</file>
|
||||
<pch>mouclass.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue