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:
Sylvain Petreolle 2011-06-23 09:41:36 +00:00
parent b4e4d6e5c4
commit a4e05ed476

View file

@ -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)