2010-10-06 18:57:42 +00:00
|
|
|
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
spec2def(msimtf.dll msimtf.spec)
|
2010-10-06 18:57:42 +00:00
|
|
|
|
|
|
|
add_library(msimtf SHARED
|
|
|
|
activeimmapp.c
|
|
|
|
main.c
|
2010-10-30 16:08:19 +00:00
|
|
|
rsrc.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/msimtf.def)
|
2010-10-06 18:57:42 +00:00
|
|
|
|
|
|
|
set_module_type(msimtf win32dll)
|
|
|
|
|
|
|
|
target_link_libraries(msimtf
|
|
|
|
uuid
|
|
|
|
wine)
|
|
|
|
|
2010-10-08 21:02:11 +00:00
|
|
|
add_importlibs(msimtf msvcrt imm32 kernel32 ntdll)
|
2010-10-30 16:08:19 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(msimtf 1)
|