From 6f76e10ed793f0132a5618a4ca36da40c8dd40f0 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 18 Feb 2011 19:48:33 +0000 Subject: [PATCH] [CMAKE] - Fix hhctrl msvc build. svn path=/branches/cmake-bringup/; revision=50812 --- dll/win32/hhctrl.ocx/CMakeLists.txt | 3 +-- include/reactos/wine/CMakeLists.txt | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dll/win32/hhctrl.ocx/CMakeLists.txt b/dll/win32/hhctrl.ocx/CMakeLists.txt index 4375a6811d5..7bca0bb03cb 100644 --- a/dll/win32/hhctrl.ocx/CMakeLists.txt +++ b/dll/win32/hhctrl.ocx/CMakeLists.txt @@ -19,12 +19,11 @@ add_library(hhctrl SHARED stream.c webbrowser.c hhctrl.rc - #${REACTOS_BINARY_DIR}/include/reactos/wine/itss_i.c ${CMAKE_CURRENT_BINARY_DIR}/hhctrl.def) set_module_type(hhctrl win32ocx) -target_link_libraries(hhctrl uuid wine) +target_link_libraries(hhctrl uuid wine itss_guid) add_importlibs(hhctrl advapi32 diff --git a/include/reactos/wine/CMakeLists.txt b/include/reactos/wine/CMakeLists.txt index d361244cb83..d74cd51349e 100644 --- a/include/reactos/wine/CMakeLists.txt +++ b/include/reactos/wine/CMakeLists.txt @@ -5,4 +5,5 @@ add_idl_headers(winesdk epm.idl irot.idl) add_rpc_library(epmrpc epm.idl) add_rpc_library(irotrpc irot.idl) -add_iid_library(wined3d_guid wined3d.idl) \ No newline at end of file +add_iid_library(wined3d_guid wined3d.idl) +add_iid_library(itss_guid itss.idl) \ No newline at end of file