mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:53:36 +00:00
[CRYPTUI]
* Disregard the messed up rc files temporarily for msvc build. Arch, fix your s.it ! svn path=/trunk/; revision=56170
This commit is contained in:
parent
6704e8cc4a
commit
7bba8dad0b
1 changed files with 5 additions and 4 deletions
|
@ -5,16 +5,18 @@ add_definitions(
|
||||||
|
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||||
|
|
||||||
set_rc_compiler()
|
|
||||||
|
|
||||||
spec2def(cryptui.dll cryptui.spec ADD_IMPORTLIB)
|
spec2def(cryptui.dll cryptui.spec ADD_IMPORTLIB)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
cryptui.rc
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/cryptui_stubs.c
|
${CMAKE_CURRENT_BINARY_DIR}/cryptui_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/cryptui.def)
|
${CMAKE_CURRENT_BINARY_DIR}/cryptui.def)
|
||||||
|
|
||||||
|
# FIXME: Fix your rc files, Rafal!
|
||||||
|
if(NOT MSVC)
|
||||||
|
list(APPEND SOURCE cryptui.rc)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_library(cryptui SHARED ${SOURCE})
|
add_library(cryptui SHARED ${SOURCE})
|
||||||
set_module_type(cryptui win32dll)
|
set_module_type(cryptui win32dll)
|
||||||
target_link_libraries(cryptui uuid wine)
|
target_link_libraries(cryptui uuid wine)
|
||||||
|
@ -32,5 +34,4 @@ add_importlibs(cryptui
|
||||||
kernel32
|
kernel32
|
||||||
ntdll)
|
ntdll)
|
||||||
|
|
||||||
|
|
||||||
add_cd_file(TARGET cryptui DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET cryptui DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue