From: Amine Khaldi Date: Fri, 27 Dec 2013 11:34:31 +0000 (+0000) Subject: [SFC] X-Git-Tag: ReactOS-0.3.16~411 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=8cd89d310ac662b619e67b4b8893bc1b6c349f4c;ds=sidebyside [SFC] * We don't need a PCH for one source file. CORE-7716 svn path=/trunk/; revision=61444 --- diff --git a/reactos/dll/win32/sfc/CMakeLists.txt b/reactos/dll/win32/sfc/CMakeLists.txt index 9be0fb71fbc..639e15345d5 100644 --- a/reactos/dll/win32/sfc/CMakeLists.txt +++ b/reactos/dll/win32/sfc/CMakeLists.txt @@ -11,6 +11,5 @@ add_library(sfc SHARED ${SOURCE}) set_module_type(sfc win32dll) add_importlibs(sfc sfc_os msvcrt kernel32 ntdll) -add_pch(sfc precomp.h) add_cd_file(TARGET sfc DESTINATION reactos/system32 FOR all)