mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[KBSDLL]
Link explicitly to msvcrt svn path=/branches/cmake-bringup/; revision=49698
This commit is contained in:
parent
e1f1113670
commit
ff48ee3d73
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ add_library(kbsdll SHARED kbsdll.c kbsdll.rc ${CMAKE_CURRENT_BINARY_DIR}/kbsdll.
|
|||
spec2def(kbsdll.dll kbsdll.spec)
|
||||
|
||||
set_module_type(kbsdll win32dll)
|
||||
add_importlibs(kbsdll user32 comctl32 kernel32)
|
||||
add_importlibs(kbsdll user32 comctl32 kernel32 msvcrt)
|
||||
|
||||
add_cab_target(kbsdll 1)
|
||||
|
|
Loading…
Reference in a new issue