[HHCTRL.OCX][IEFRAME]

* Add missing stdole2 dependency.
CORE-7087

svn path=/trunk/; revision=58829
This commit is contained in:
Amine Khaldi 2013-04-22 15:21:38 +00:00
parent 6b33879457
commit 98eaba80bc
2 changed files with 8 additions and 0 deletions

View file

@ -20,6 +20,10 @@ add_library(hhctrl SHARED
add_typelib(hhctrl_tlb.idl)
set_source_files_properties(hhctrl.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/hhctrl_tlb.tlb)
# hhctrl_tlb.tlb needs stdole2.tlb
add_dependencies(hhctrl stdole2)
set_module_type(hhctrl win32ocx)
target_link_libraries(hhctrl uuid wine itss_guid)
add_importlibs(hhctrl advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32 msvcrt kernel32 ntdll)

View file

@ -36,6 +36,10 @@ endif()
add_typelib(ieframe_v1.idl)
set_source_files_properties(ieframe.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/ieframe_v1.tlb)
# ieframe_v1.tlb needs stdole2.tlb
add_dependencies(ieframe stdole2)
set_module_type(ieframe win32dll)
target_link_libraries(ieframe uuid wine)
add_importlibs(ieframe urlmon shell32 comctl32 shlwapi oleaut32 ole32 user32 gdi32 advapi32 msvcrt kernel32 ntdll)