mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 03:24:29 +08:00
[SETUPLIB] Use proper SEH instead of nasty hacks
Addendum to commit 2268b3d
This commit is contained in:
@@ -35,6 +35,6 @@ endif()
|
||||
|
||||
add_pch(usetup usetup.h SOURCE)
|
||||
set_module_type(usetup nativecui)
|
||||
target_link_libraries(usetup inflib setuplib zlib_solo ext2lib vfatlib btrfslib chkstk)
|
||||
target_link_libraries(usetup inflib setuplib zlib_solo ext2lib vfatlib btrfslib chkstk ${PSEH_LIB})
|
||||
add_importlibs(usetup ntdll)
|
||||
add_cd_file(TARGET usetup DESTINATION reactos/system32 NO_CAB NAME_ON_CD smss.exe FOR bootcd regtest)
|
||||
|
||||
Reference in New Issue
Block a user