[SERMOUSE]

* Use sermouse.h as a PCH.

svn path=/trunk/; revision=52927
This commit is contained in:
Amine Khaldi 2011-07-27 19:27:35 +00:00
parent 9add5ea74e
commit 33a5965db9
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,6 @@ add_library(sermouse SHARED
sermouse.rc)
set_module_type(sermouse kernelmodedriver)
add_pch(sermouse sermouse.h)
add_importlibs(sermouse ntoskrnl hal)
add_cd_file(TARGET sermouse DESTINATION reactos/system32/drivers FOR all)

View file

@ -11,4 +11,5 @@
<file>readmouse.c</file>
<file>sermouse.c</file>
<file>sermouse.rc</file>
<pch>sermouse.h</pch>
</module>