2010-08-22 22:52:07 +00:00
|
|
|
|
|
|
|
add_definitions(-D__WINESRC__)
|
2010-12-17 21:54:56 +00:00
|
|
|
|
2010-08-22 22:52:07 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
|
2010-12-17 21:54:56 +00:00
|
|
|
spec2def(compstui.dll compstui.spec)
|
2010-08-22 22:52:07 +00:00
|
|
|
|
2010-12-17 21:54:56 +00:00
|
|
|
list(APPEND SOURCE
|
|
|
|
compstui_main.c
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/compstui.def)
|
|
|
|
|
|
|
|
add_library(compstui SHARED ${SOURCE})
|
2010-08-22 22:52:07 +00:00
|
|
|
|
2010-12-17 21:54:56 +00:00
|
|
|
set_module_type(compstui win32dll)
|
2010-11-19 14:21:18 +00:00
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
target_link_libraries(compstui wine)
|
2010-08-22 22:52:07 +00:00
|
|
|
|
2010-11-27 00:36:28 +00:00
|
|
|
add_importlibs(compstui msvcrt kernel32 ntdll)
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(compstui 1)
|
2010-11-19 14:21:18 +00:00
|
|
|
add_importlib_target(compstui.spec)
|