2010-08-21 23:52:17 +00:00
|
|
|
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
|
2010-08-22 00:52:26 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
2010-08-21 23:52:17 +00:00
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
spec2def(activeds.dll activeds.spec)
|
2010-08-21 23:52:17 +00:00
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
add_library(activeds SHARED activeds_main.c ${CMAKE_CURRENT_BINARY_DIR}/activeds.def)
|
2010-08-21 23:52:17 +00:00
|
|
|
|
2010-10-02 19:08:06 +00:00
|
|
|
set_module_type(activeds win32dll)
|
2010-08-21 23:52:17 +00:00
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
target_link_libraries(activeds wine)
|
2010-10-02 19:08:06 +00:00
|
|
|
|
|
|
|
add_importlibs(activeds kernel32 ntdll)
|
2010-08-21 23:52:17 +00:00
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(activeds 1)
|