* We don't need a PCH for one source file.
CORE-7716

svn path=/trunk/; revision=61444
This commit is contained in:
Amine Khaldi 2013-12-27 11:34:31 +00:00
parent a4888c748b
commit 8cd89d310a

View 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)