mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[CMAKE]
- win32csr doesn't need to be linked to msvcrt svn path=/trunk/; revision=52846
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user