mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

- Move more dlls with no stubs into using def files instead of spec files. svn path=/branches/cmake-bringup/; revision=49449
14 lines
368 B
CMake
14 lines
368 B
CMake
|
|
ADD_TYPELIB(mshtml_tlb mshtml_tlb.idl)
|
|
add_dependencies(mshtml_tlb stdole2)
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
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_cab_target(mshtml.tlb 1)
|