[PCIIDEX]

* Use pciidex.h as a PCH.

svn path=/trunk/; revision=52941
This commit is contained in:
Amine Khaldi 2011-07-27 19:39:00 +00:00
parent d73816020d
commit 10d149340f
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -10,4 +10,5 @@
<file>pciidex.c</file>
<file>pdo.c</file>
<file>pciidex.rc</file>
<pch>pciidex.h</pch>
</module>