mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CMAKE]
- no need to link msvcrt with pseh on msvc builds svn path=/trunk/; revision=52822
This commit is contained in:
@@ -33,8 +33,11 @@ set_image_base(msvcrt ${baseaddress_msvcrt})
|
||||
|
||||
target_link_libraries(msvcrt
|
||||
crt
|
||||
wine
|
||||
${PSEH_LIB})
|
||||
wine)
|
||||
|
||||
if(NOT MSVC)
|
||||
target_link_libraries(msvcrt pseh)
|
||||
endif()
|
||||
|
||||
add_pch(msvcrt precomp.h)
|
||||
add_importlibs(msvcrt kernel32 ntdll)
|
||||
|
||||
Reference in New Issue
Block a user