mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 02:10:34 +00:00
[UNIATA]
* Use stdafx.h as a PCH. svn path=/trunk/; revision=52942
This commit is contained in:
parent
10d149340f
commit
e46bf780df
2 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -24,4 +24,6 @@
|
|||
<directory name="ros_glue">
|
||||
<file>ros_glue.cpp</file>
|
||||
</directory>
|
||||
|
||||
<pch>stdafx.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue