https://git.reactos.org/?p=reactos.git;a=commitdiff;h=342c404c0012e57598da72...
commit 342c404c0012e57598da72e113bf2abf7fc06551 Author: Thomas Faber thomas.faber@reactos.org AuthorDate: Sun Mar 18 17:19:37 2018 +0100 Commit: Thomas Faber thomas.faber@reactos.org CommitDate: Sun Mar 18 17:19:37 2018 +0100
[OLEPRO32] Add missing stdole2 dependency. --- dll/win32/olepro32/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/dll/win32/olepro32/CMakeLists.txt b/dll/win32/olepro32/CMakeLists.txt index 2b7c05c70f..c4a172e0b3 100644 --- a/dll/win32/olepro32/CMakeLists.txt +++ b/dll/win32/olepro32/CMakeLists.txt @@ -15,6 +15,7 @@ list(APPEND olepro32_rc_deps set_source_files_properties(version.rc PROPERTIES OBJECT_DEPENDS "${olepro32_rc_deps}")
add_library(olepro32 SHARED ${SOURCE} version.rc) +add_dependencies(olepro32 stdole2) set_module_type(olepro32 win32dll) target_link_libraries(olepro32 wine) add_importlibs(olepro32 oleaut32 msvcrt kernel32 ntdll)