mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[WIN32K] Enable PCH again.
svn path=/trunk/; revision=66926
This commit is contained in:
parent
d43f9bc544
commit
ad04fe6e2b
1 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,6 @@ list(APPEND SOURCE
|
|||
gdi/ntgdi/bezier.c
|
||||
gdi/ntgdi/bitblt.c
|
||||
gdi/ntgdi/bitmaps.c
|
||||
gdi/ntgdi/brush.cpp
|
||||
gdi/ntgdi/cliprgn.c
|
||||
gdi/ntgdi/coord.c
|
||||
gdi/ntgdi/dcattr.c
|
||||
|
@ -220,6 +219,7 @@ add_asm_files(win32k_asm ${ASM_SOURCE})
|
|||
|
||||
add_library(win32k SHARED
|
||||
${SOURCE}
|
||||
gdi/ntgdi/brush.cpp
|
||||
${win32k_asm}
|
||||
win32k.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/win32k.def)
|
||||
|
@ -232,7 +232,7 @@ if(USE_DIBLIB)
|
|||
endif()
|
||||
|
||||
add_importlibs(win32k ntoskrnl hal ftfd)
|
||||
#add_pch(win32k pch.h SOURCE)
|
||||
add_pch(win32k pch.h SOURCE)
|
||||
add_cd_file(TARGET win32k DESTINATION reactos/system32 FOR all)
|
||||
|
||||
set_source_files_properties(sys-stubs.S PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/w32ksvc.h)
|
||||
|
|
Loading…
Reference in a new issue