From dcf462223789dd128a9b83f54e0cbac6f9fd427c Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 21 Jan 2014 18:00:17 +0000 Subject: [PATCH] [CRTDLL] * We don't need PCH for one source file modules. CORE-7716 svn path=/trunk/; revision=61747 --- reactos/dll/win32/crtdll/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/dll/win32/crtdll/CMakeLists.txt b/reactos/dll/win32/crtdll/CMakeLists.txt index af293b464e5..fc8b6483bb6 100644 --- a/reactos/dll/win32/crtdll/CMakeLists.txt +++ b/reactos/dll/win32/crtdll/CMakeLists.txt @@ -29,6 +29,5 @@ if(MSVC) endif() add_importlibs(crtdll kernel32 ntdll) -add_pch(crtdll precomp.h) add_cd_file(TARGET crtdll DESTINATION reactos/system32 FOR all)