Author: akhaldi
Date: Fri Jun 17 10:53:45 2011
New Revision: 52302
URL:
http://svn.reactos.org/svn/reactos?rev=52302&view=rev
Log:
[SFC]
* Add sfc_os import lib target.
* Link sfc to sfc_os.
* Fixes msvc build.
Modified:
trunk/reactos/dll/win32/sfc/CMakeLists.txt
trunk/reactos/dll/win32/sfc_os/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 Jun 17 10:53:45 2011
@@ -10,7 +10,7 @@
set_module_type(sfc win32dll)
-add_importlibs(sfc msvcrt kernel32 ntdll)
+add_importlibs(sfc sfc_os msvcrt kernel32 ntdll)
add_pch(sfc precomp.h)
add_cd_file(TARGET sfc DESTINATION reactos/system32 FOR all)
Modified: trunk/reactos/dll/win32/sfc_os/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/sfc_os/CMakeList…
==============================================================================
--- trunk/reactos/dll/win32/sfc_os/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/sfc_os/CMakeLists.txt [iso-8859-1] Fri Jun 17 10:53:45 2011
@@ -9,8 +9,7 @@
add_library(sfc_os SHARED ${SOURCE})
set_module_type(sfc_os win32dll)
-
add_importlibs(sfc_os msvcrt kernel32 ntdll)
+add_importlib_target(sfc_os.spec)
add_pch(sfc_os precomp.h)
-
add_cd_file(TARGET sfc_os DESTINATION reactos/system32 FOR all)