mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +00:00
[USETUP] Fix the build for msvc
This commit is contained in:
parent
1ab6b35565
commit
1439bbdea0
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ endif()
|
|||
|
||||
add_pch(usetup usetup.h SOURCE)
|
||||
set_module_type(usetup nativecui)
|
||||
target_link_libraries(usetup inflib setuplib zlib_solo ext2lib vfatlib btrfslib)
|
||||
target_link_libraries(usetup inflib setuplib zlib_solo ext2lib vfatlib btrfslib chkstk)
|
||||
add_importlibs(usetup ntdll)
|
||||
add_cd_file(TARGET usetup DESTINATION reactos/system32 NO_CAB NAME_ON_CD smss.exe FOR bootcd regtest)
|
||||
|
|
Loading…
Reference in a new issue