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