mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
[SFC]
* We don't need a PCH for one source file. CORE-7716 svn path=/trunk/; revision=61444
This commit is contained in:
parent
a4888c748b
commit
8cd89d310a
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue