[WIN32K] Enable PCH again.

svn path=/trunk/; revision=66926
This commit is contained in:
Amine Khaldi 2015-03-28 14:58:42 +00:00
parent d43f9bc544
commit ad04fe6e2b

View file

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