mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FREELDR] We don't need the hotpatch flag in MSVC builds for this module. CORE-10477
svn path=/trunk/; revision=69825
This commit is contained in:
@@ -5,6 +5,11 @@ if(SEPARATE_DBG)
|
||||
set(CMAKE_LDR_PE_HELPER_STANDARD_LIBRARIES "-lgcc" CACHE STRING "Standard C Libraries")
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
# We don't need it here
|
||||
replace_compile_flags("/hotpatch" " ")
|
||||
endif()
|
||||
|
||||
spec2def(freeldr.sys freeldr.spec)
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
|
||||
Reference in New Issue
Block a user