2010-10-09 19:15:45 +00:00
|
|
|
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
|
|
|
add_definitions(-D_WIN32_WINNT=0x600)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
spec2def(inseng.dll inseng.spec)
|
2010-10-09 19:15:45 +00:00
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
add_library(inseng SHARED inseng_main.c regsvr.c ${CMAKE_CURRENT_BINARY_DIR}/inseng.def)
|
2010-10-09 19:15:45 +00:00
|
|
|
|
|
|
|
set_module_type(inseng win32dll)
|
|
|
|
|
|
|
|
target_link_libraries(inseng
|
|
|
|
uuid
|
|
|
|
wine)
|
|
|
|
|
|
|
|
add_importlibs(inseng
|
|
|
|
ole32
|
|
|
|
advapi32
|
|
|
|
kernel32
|
|
|
|
ntdll)
|
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(inseng 1)
|