mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 04:06:12 +00:00
[CMAKE]
Fix mshtml.tlb build with Visual Studio. With mshtml_tlb and mshtml.tlb targets, the solution contained 2 mshtml_tlb targets. svn path=/trunk/; revision=52433
This commit is contained in:
parent
b4e4d6e5c4
commit
a4e05ed476
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
add_typelib(mshtml_tlb mshtml_tlb.idl)
|
||||
add_dependencies(mshtml_tlb stdole2)
|
||||
add_typelib(mshtml__tlb mshtml_tlb.idl)
|
||||
add_dependencies(mshtml__tlb stdole2)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
||||
|
@ -10,5 +10,5 @@ add_library(mshtml.tlb SHARED rsrc.rc)
|
|||
|
||||
set_entrypoint(mshtml.tlb 0)
|
||||
set_target_properties(mshtml.tlb PROPERTIES SUFFIX "")
|
||||
add_dependencies(mshtml.tlb mshtml_tlb)
|
||||
add_dependencies(mshtml.tlb mshtml__tlb)
|
||||
add_cd_file(TARGET mshtml.tlb DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue