mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[CMAKE]
Fix minicd boot regression. Remove unneeded usetup link to msvcrt. svn path=/branches/cmake-bringup/; revision=48814
This commit is contained in:
parent
f24f83f0b3
commit
886d934055
2 changed files with 5 additions and 3 deletions
|
@ -35,8 +35,7 @@ target_link_libraries(usetup
|
|||
newinflib
|
||||
ext2lib
|
||||
vfatlib
|
||||
mingw_common
|
||||
-lmsvcrt)
|
||||
mingw_common)
|
||||
|
||||
set_target_properties(usetup PROPERTIES LINK_FLAGS "-Wl,-entry,_NtProcessStartup@4")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue