mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[MSHTML.TLB]
* Add the missing registration data. svn path=/trunk/; revision=59027
This commit is contained in:
@@ -7,7 +7,11 @@ include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
add_library(mshtml.tlb SHARED rsrc.rc)
|
||||
|
||||
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/mshtml_tlb.tlb)
|
||||
list(APPEND mshtml_tlb_rc_deps
|
||||
${CMAKE_CURRENT_BINARY_DIR}/mshtml_tlb.tlb
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mshtml_tlb.rgs)
|
||||
|
||||
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS "${mshtml_tlb_rc_deps}")
|
||||
|
||||
set_module_type(mshtml.tlb module)
|
||||
set_target_properties(mshtml.tlb PROPERTIES SUFFIX "")
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -22,3 +22,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* @makedep: mshtml_tlb.tlb */
|
||||
1 TYPELIB mshtml_tlb.tlb
|
||||
|
||||
1 WINE_REGISTRY mshtml_tlb.rgs
|
||||
|
||||
Reference in New Issue
Block a user