2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
|
2012-01-03 00:17:18 +00:00
|
|
|
add_typelib(std_ole_v1.idl)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
spec2def(stdole32.tlb stdole32.tlb.spec)
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
rsrc.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/stdole32.def)
|
2012-01-28 22:22:11 +00:00
|
|
|
|
2012-01-03 00:17:18 +00:00
|
|
|
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/std_ole_v1.tlb)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
add_library(stdole32.tlb SHARED ${SOURCE})
|
2012-01-03 00:17:18 +00:00
|
|
|
set_module_type(stdole32.tlb module)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_target_properties(stdole32.tlb PROPERTIES SUFFIX "")
|
|
|
|
add_cd_file(TARGET stdole32.tlb DESTINATION reactos/system32 FOR all)
|