Author: jgardou
Date: Sun Sep 4 20:27:48 2011
New Revision: 53588
URL:
http://svn.reactos.org/svn/reactos?rev=53588&view=rev
Log:
[CMAKE/CRT]
- disable pch for now
Modified:
trunk/reactos/lib/sdk/crt/crt.cmake
Modified: trunk/reactos/lib/sdk/crt/crt.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/crt.cmake?rev=…
==============================================================================
--- trunk/reactos/lib/sdk/crt/crt.cmake [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/crt.cmake [iso-8859-1] Sun Sep 4 20:27:48 2011
@@ -442,5 +442,5 @@
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)