Author: akhaldi
Date: Fri Dec 27 11:34:31 2013
New Revision: 61444
URL:
http://svn.reactos.org/svn/reactos?rev=61444&view=rev
Log:
[SFC]
* We don't need a PCH for one source file.
CORE-7716
Modified:
trunk/reactos/dll/win32/sfc/CMakeLists.txt
Modified: trunk/reactos/dll/win32/sfc/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/sfc/CMakeLists.t…
==============================================================================
--- trunk/reactos/dll/win32/sfc/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/sfc/CMakeLists.txt [iso-8859-1] Fri Dec 27 11:34:31 2013
@@ -11,6 +11,5 @@
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)