From 4d367e4fd35c8eef039e2595fd5ccb36950456a0 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Mon, 25 Jul 2016 19:25:46 +0000 Subject: [PATCH] [SHELL32] - Add missing dependency svn path=/trunk/; revision=71997 --- reactos/dll/win32/shell32/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/shell32/CMakeLists.txt b/reactos/dll/win32/shell32/CMakeLists.txt index 468cddf81cf..57a30f80f51 100644 --- a/reactos/dll/win32/shell32/CMakeLists.txt +++ b/reactos/dll/win32/shell32/CMakeLists.txt @@ -104,5 +104,6 @@ set_module_type(shell32 win32dll UNICODE) target_link_libraries(shell32 shellmenu shelldesktop atlnew wine uuid recyclebin) add_delay_importlibs(shell32 uxtheme ole32 oleaut32 userenv version fmifs) add_importlibs(shell32 advapi32 browseui gdi32 user32 powrprof comctl32 comdlg32 shdocvw shlwapi devmgr winspool winmm mpr msvcrt kernel32 ntdll) +add_dependencies(shell32 stdole2) # shell32_shldisp.tlb needs stdole2.tlb add_pch(shell32 precomp.h SOURCE) add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)