[MSVCRT]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 10 Feb 2014 11:15:22 +0000 (11:15 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 10 Feb 2014 11:15:22 +0000 (11:15 +0000)
* We don't need a PCH here.
CORE-7716

svn path=/trunk/; revision=62093

reactos/dll/win32/msvcrt/CMakeLists.txt

index 160ae5f..6ee7511 100644 (file)
@@ -31,5 +31,4 @@ if(MSVC)
 endif()
 
 add_importlibs(msvcrt kernel32 ntdll)
-add_pch(msvcrt precomp.h)
 add_cd_file(TARGET msvcrt DESTINATION reactos/system32 FOR all)