We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe31a6 commit d4e63bdCopy full SHA for d4e63bd
arwinss/client/user32/CMakeLists.txt
@@ -73,6 +73,6 @@ target_link_libraries(user32
73
74
add_delay_importlibs(user32 imm32 usp10)
75
add_importlibs(user32 gdi32 advapi32 version msvcrt kernel32 ntdll)
76
-add_pch(user32 include/user32.h SOURCE)
+#add_pch(user32 include/user32.h SOURCE)
77
add_cd_file(TARGET user32 DESTINATION reactos/system32 FOR all)
78
arwinss/server/CMakeLists.txt
@@ -140,7 +140,7 @@ target_link_libraries(win32k
140
libcntpr)
141
142
add_importlibs(win32k ntoskrnl hal)
143
-add_pch(win32k pch.h SOURCE)
+#add_pch(win32k pch.h SOURCE)
144
add_cd_file(TARGET win32k DESTINATION reactos/system32 FOR all)
145
146
set_source_files_properties(sys-stubs.S PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/w32ksvc.h)
0 commit comments