mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
[I8042PRT]
* Use i8042prt.h as a PCH. svn path=/trunk/; revision=52924
This commit is contained in:
parent
a79af2e728
commit
c909ff6f02
3 changed files with 2 additions and 3 deletions
|
@ -16,5 +16,5 @@ add_library(i8042prt SHARED
|
||||||
|
|
||||||
set_module_type(i8042prt kernelmodedriver)
|
set_module_type(i8042prt kernelmodedriver)
|
||||||
add_importlibs(i8042prt ntoskrnl hal)
|
add_importlibs(i8042prt ntoskrnl hal)
|
||||||
|
add_pch(i8042prt i8042prt.h)
|
||||||
add_cd_file(TARGET i8042prt DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
add_cd_file(TARGET i8042prt DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
|
@ -1,5 +1,3 @@
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <ntifs.h>
|
#include <ntifs.h>
|
||||||
#include <kbdmou.h>
|
#include <kbdmou.h>
|
||||||
#include <ntdd8042.h>
|
#include <ntdd8042.h>
|
||||||
|
|
|
@ -15,4 +15,5 @@
|
||||||
<file>registry.c</file>
|
<file>registry.c</file>
|
||||||
<file>setup.c</file>
|
<file>setup.c</file>
|
||||||
<file>i8042prt.rc</file>
|
<file>i8042prt.rc</file>
|
||||||
|
<pch>i8042prt.h</pch>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue