mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[FREELDR] Fix missing exports and .edata section after commit 728694f6
.
CORE-18880
This commit is contained in:
parent
996713515b
commit
995630ccec
2 changed files with 5 additions and 11 deletions
|
@ -128,10 +128,10 @@ list(APPEND FREELDR_BASE_SOURCE
|
|||
ntldr/ntldropts.c
|
||||
lib/rtl/libsupp.c)
|
||||
|
||||
# if(ARCH STREQUAL "i386")
|
||||
# # Must be included together with disk/scsiport.c
|
||||
# list(APPEND FREELDR_BASE_SOURCE
|
||||
# ${CMAKE_CURRENT_BINARY_DIR}/freeldr_pe.def)
|
||||
# endif()
|
||||
if(ARCH STREQUAL "i386")
|
||||
# Must be included together with disk/scsiport.c
|
||||
list(APPEND FREELDR_BASE_SOURCE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/freeldr_pe.def)
|
||||
endif()
|
||||
|
||||
include(pcat.cmake)
|
||||
|
|
|
@ -185,12 +185,6 @@ list(APPEND PCATLDR_BASE_SOURCE
|
|||
${freeldr_base_asm}
|
||||
${FREELDR_BASE_SOURCE})
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
# Must be included together with disk/scsiport.c
|
||||
list(APPEND FREELDR_BASE_SOURCE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/freeldr_pe.def)
|
||||
endif()
|
||||
|
||||
add_executable(freeldr_pe ${PCATLDR_BASE_SOURCE})
|
||||
|
||||
set_target_properties(freeldr_pe
|
||||
|
|
Loading…
Reference in a new issue