[CMAKE/CRT]

- disable pch for now

svn path=/trunk/; revision=53588
This commit is contained in:
Jérôme Gardou 2011-09-04 20:27:48 +00:00
parent 8f349a6383
commit 1d88605027

View file

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