Skip to content

Commit d4e63bd

Browse files
committed
[ARWINSS]
- Comment out broken precompiled header directives. svn path=/branches/arwinss/; revision=64707
1 parent ffe31a6 commit d4e63bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arwinss/client/user32/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ target_link_libraries(user32
7373

7474
add_delay_importlibs(user32 imm32 usp10)
7575
add_importlibs(user32 gdi32 advapi32 version msvcrt kernel32 ntdll)
76-
add_pch(user32 include/user32.h SOURCE)
76+
#add_pch(user32 include/user32.h SOURCE)
7777
add_cd_file(TARGET user32 DESTINATION reactos/system32 FOR all)
7878

arwinss/server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ target_link_libraries(win32k
140140
libcntpr)
141141

142142
add_importlibs(win32k ntoskrnl hal)
143-
add_pch(win32k pch.h SOURCE)
143+
#add_pch(win32k pch.h SOURCE)
144144
add_cd_file(TARGET win32k DESTINATION reactos/system32 FOR all)
145145

146146
set_source_files_properties(sys-stubs.S PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/w32ksvc.h)

0 commit comments

Comments
 (0)