mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[CMAKE]
- win32csr doesn't need to be linked to msvcrt svn path=/trunk/; revision=52846
This commit is contained in:
parent
9142818431
commit
5b8793626d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ target_link_libraries(win32csr
|
|||
|
||||
set_module_type(win32csr win32dll)
|
||||
|
||||
add_importlibs(win32csr user32 gdi32 advapi32 psapi msvcrt kernel32 ntdll)
|
||||
add_importlibs(win32csr user32 gdi32 advapi32 psapi kernel32 ntdll)
|
||||
|
||||
add_pch(win32csr w32csr.h)
|
||||
|
||||
|
|
Loading…
Reference in a new issue