mirror of
https://github.com/reactos/reactos.git
synced 2024-12-05 09:23:32 +08:00
[OLEPRO32] Add missing stdole2 dependency.
This commit is contained in:
parent
3be4081607
commit
342c404c00
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user