mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[CMAKE]
- Fix msvcrt. svn path=/branches/cmake-bringup/; revision=49815
This commit is contained in:
@@ -27,9 +27,8 @@ if (NOT MSVC)
|
||||
set_target_properties(msvcrt PROPERTIES LINK_FLAGS "-u __seh_longjmp_unwind@4")
|
||||
endif()
|
||||
|
||||
set_module_type(msvcrt win32dll)
|
||||
|
||||
set_entrypoint(msvcrt DllMain@12)
|
||||
set_image_base(msvcrt ${baseaddress_msvcrt})
|
||||
|
||||
target_link_libraries(msvcrt
|
||||
crt
|
||||
|
||||
Reference in New Issue
Block a user