mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
[SERIAL]
* Use serial.h as a PCH. svn path=/trunk/; revision=52936
This commit is contained in:
parent
232fcfc377
commit
f723cb7821
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -16,4 +16,5 @@
|
|||
<file>rw.c</file>
|
||||
<file>serial.c</file>
|
||||
<file>serial.rc</file>
|
||||
<pch>serial.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue