[SFC]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 27 Dec 2013 11:34:31 +0000 (11:34 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 27 Dec 2013 11:34:31 +0000 (11:34 +0000)
* We don't need a PCH for one source file.
CORE-7716

svn path=/trunk/; revision=61444

reactos/dll/win32/sfc/CMakeLists.txt

index 9be0fb7..639e153 100644 (file)
@@ -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)