Author: akhaldi Date: Wed Jul 27 19:39:00 2011 New Revision: 52941
URL: http://svn.reactos.org/svn/reactos?rev=52941&view=rev Log: [PCIIDEX] * Use pciidex.h as a PCH.
Modified: trunk/reactos/drivers/storage/ide/pciidex/CMakeLists.txt trunk/reactos/drivers/storage/ide/pciidex/pciidex.rbuild
Modified: trunk/reactos/drivers/storage/ide/pciidex/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/pciidex... ============================================================================== --- trunk/reactos/drivers/storage/ide/pciidex/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/storage/ide/pciidex/CMakeLists.txt [iso-8859-1] Wed Jul 27 19:39:00 2011 @@ -11,9 +11,8 @@ ${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)
Modified: trunk/reactos/drivers/storage/ide/pciidex/pciidex.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/pciidex... ============================================================================== --- trunk/reactos/drivers/storage/ide/pciidex/pciidex.rbuild [iso-8859-1] (original) +++ trunk/reactos/drivers/storage/ide/pciidex/pciidex.rbuild [iso-8859-1] Wed Jul 27 19:39:00 2011 @@ -10,4 +10,5 @@ <file>pciidex.c</file> <file>pdo.c</file> <file>pciidex.rc</file> + <pch>pciidex.h</pch> </module>