mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[CMAKE]
- Don't link ks to msvcrt either. svn path=/branches/cmake-bringup/; revision=50246
This commit is contained in:
@@ -40,7 +40,7 @@ set_image_base(ks 0x00010000)
|
||||
|
||||
target_link_libraries(ks ${PSEH_LIB})
|
||||
|
||||
add_importlibs(ks ntoskrnl hal msvcrt)
|
||||
add_importlibs(ks ntoskrnl hal)
|
||||
add_dependencies(ks psdk bugcodes)
|
||||
|
||||
add_cab_target(ks 2)
|
||||
|
||||
Reference in New Issue
Block a user