* Use stdafx.h as a PCH.

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

View file

@ -1,5 +1,7 @@
include_directories(inc)
include_directories(
BEFORE ${CMAKE_CURRENT_SOURCE_DIR}
inc)
#add_definitions(-D_DEBUG)
@ -17,7 +19,7 @@ add_library(uniata SHARED
idedma.rc
ros_glue/ros_glue.cpp)
add_pch(uniata stdafx.h)
set_module_type(uniata kernelmodedriver)
add_importlibs(uniata scsiport ntoskrnl hal)
add_cd_file(TARGET uniata DESTINATION reactos/system32/drivers NO_CAB FOR all)
add_cd_file(TARGET uniata DESTINATION reactos/system32/drivers NO_CAB FOR all)

View file

@ -24,4 +24,6 @@
<directory name="ros_glue">
<file>ros_glue.cpp</file>
</directory>
<pch>stdafx.h</pch>
</module>