* Use serial.h as a PCH.

svn path=/trunk/; revision=52936
This commit is contained in:
Amine Khaldi 2011-07-27 19:34:41 +00:00
parent 232fcfc377
commit f723cb7821
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ add_library(serial SHARED
serial.c
serial.rc)
add_pch(serial serial.h)
set_module_type(serial kernelmodedriver)
add_importlibs(serial ntoskrnl hal)
add_cd_file(TARGET serial DESTINATION reactos/system32/drivers FOR all)

View file

@ -16,4 +16,5 @@
<file>rw.c</file>
<file>serial.c</file>
<file>serial.rc</file>
<pch>serial.h</pch>
</module>