[SDK][HOST-TOOLS] Add load_config workaround for gcc builds 2542/head
authorMark Jansen <mark.jansen@reactos.org>
Mon, 13 Apr 2020 10:20:47 +0000 (12:20 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Fri, 17 Apr 2020 15:47:24 +0000 (17:47 +0200)
commit0b948581fc279f262cfef1aa517229bd29ac8736
tree5a2324468f85cbbaf98db622b9a548cc24f493df
parent2ed06c9588a810e700ee5053a2fb4e05f39462b9
[SDK][HOST-TOOLS] Add load_config workaround for gcc builds
Since binutils can not add this, we re-introduce pefixup.
It searches for the exported symbol '_load_config_used',
and uses that to fill out the LOAD_CONFIG directory in the PE header
CMakeLists.txt
modules/rostests/apitests/CMakeLists.txt
modules/rostests/apitests/loadconfig/CMakeLists.txt
modules/rostests/apitests/loadconfig/loadconfig_apitest.spec [new file with mode: 0644]
sdk/cmake/gcc.cmake
sdk/cmake/msvc.cmake
sdk/tools/CMakeLists.txt
sdk/tools/pefixup.c