mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[MSGINA]
Delay load secur32.dll. svn path=/trunk/; revision=61901
This commit is contained in:
parent
21c0eca870
commit
e61f3d956b
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ list(APPEND SOURCE
|
||||||
add_library(msgina SHARED ${SOURCE})
|
add_library(msgina SHARED ${SOURCE})
|
||||||
set_module_type(msgina win32dll)
|
set_module_type(msgina win32dll)
|
||||||
target_link_libraries(msgina wine)
|
target_link_libraries(msgina wine)
|
||||||
add_importlibs(msgina advapi32 user32 gdi32 secur32 userenv msvcrt kernel32 ntdll)
|
add_importlibs(msgina advapi32 user32 gdi32 userenv msvcrt kernel32 ntdll)
|
||||||
|
add_delay_importlibs(msgina secur32)
|
||||||
add_pch(msgina msgina.h)
|
add_pch(msgina msgina.h)
|
||||||
add_cd_file(TARGET msgina DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET msgina DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Reference in a new issue