mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
[CMAKE/CRT]
- disable pch for now svn path=/trunk/; revision=53588
This commit is contained in:
parent
8f349a6383
commit
1d88605027
1 changed files with 1 additions and 1 deletions
|
@ -442,5 +442,5 @@ endif()
|
|||
add_library(crt ${CRT_SOURCE})
|
||||
target_link_libraries(crt chkstk)
|
||||
set_property(TARGET crt PROPERTY COMPILE_DEFINITIONS __MINGW_IMPORT=extern USE_MSVCRT_PREFIX _MSVCRT_LIB_ _MSVCRT_ _MT)
|
||||
add_pch(crt precomp.h)
|
||||
#add_pch(crt precomp.h)
|
||||
add_dependencies(crt psdk asm)
|
||||
|
|
Loading…
Reference in a new issue