mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
[PCIIDEX]
* Use pciidex.h as a PCH. svn path=/trunk/; revision=52941
This commit is contained in:
parent
d73816020d
commit
10d149340f
2 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,8 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/pciidex.def)
|
||||
|
||||
add_library(pciidex SHARED ${SOURCE})
|
||||
|
||||
add_pch(pciidex pciidex.h)
|
||||
set_module_type(pciidex kernelmodedriver)
|
||||
add_importlibs(pciidex ntoskrnl)
|
||||
|
||||
add_cd_file(TARGET pciidex DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
add_importlib_target(pciidex.spec)
|
||||
|
|
|
@ -10,4 +10,5 @@
|
|||
<file>pciidex.c</file>
|
||||
<file>pdo.c</file>
|
||||
<file>pciidex.rc</file>
|
||||
<pch>pciidex.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue