mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[RTL] Fix build on MSVC bots part 2
Then stick with your stupid PCH on master already.
Addendum to 0.4.15-dev-1453-g 4ad7b6d
This commit is contained in:
parent
dd3c540928
commit
b0d136ffcf
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ endif()
|
|||
|
||||
add_asm_files(rtl_asm ${ASM_SOURCE})
|
||||
add_library(rtl ${SOURCE} ${rtl_asm})
|
||||
#disable pch to prevent macro redefinition rtl.h WIN32_NO_STATUS
|
||||
#add_pch(rtl rtl.h SOURCE)
|
||||
add_pch(rtl rtl.h SOURCE)
|
||||
add_dependencies(rtl psdk asm)
|
||||
|
||||
list(APPEND SOURCE_VISTA
|
||||
|
|
Loading…
Reference in a new issue