reactos/sdk/cmake
Joachim Henze 65b9c42e6b [0.4.7][CMAKE] Fix 2 MSVC2010SP1 x86 dbg warnings LNK4199 CORE-18104
warnings can be observed with MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuration:
[10138/11748] Linking C shared library dll\win32\setupapi\setupapi.dll
   Creating library dll\win32\setupapi\setupapi.lib and object dll\win32\setupapi\setupapi.exp
LINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; no imports found from winspool.dll

[10209/11748] Linking CXX shared library dll\win32\shell32\shell32.dll
   Creating library dll\win32\shell32\shell32.lib and object dll\win32\shell32\shell32.exp
LINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; no imports found from winspool.dll

fix picked from: 0.4.8-dev-594-g b20280a0f9
aka: [CMAKE] Allow overriding the .dll extension for delay imports in MSVC builds.
2022-04-07 01:45:40 +02:00
..
Compiler
Platform
baseaddress.cmake [0.4.7][SDK] GCC baseaddress update 2020-12-17 19:37:38 +01:00
baseaddress_dwarf.cmake [0.4.7][CMAKE] Fix MSVC2010SP1 x86 dbg configure-warning 'winspool has no base address' CORE-18104 2022-04-07 01:10:15 +02:00
baseaddress_msvc.cmake [0.4.7][CMAKE] Fix MSVC2010SP1 x86 dbg configure-warning 'winspool has no base address' CORE-18104 2022-04-07 01:10:15 +02:00
bison-flex.cmake
CMakeDetermineASMCompiler.cmake
CMakeDetermineCompilerId.cmake
CMakeMacros.cmake
CMakeParseArguments.cmake
compilerflags.cmake
config-amd64.cmake
config-arm.cmake
config.cmake
gcc.cmake [0.4.7][CMAKE] Fix 2 MSVC2010SP1 x86 dbg warnings LNK4199 CORE-18104 2022-04-07 01:45:40 +02:00
host-tools.cmake
init-section.lds [0.4.7][NTOSKRNL] Restore section layout for NTOSKRNL to fix BSOD regression CORE-14683 2020-10-31 16:43:52 +01:00
localization.cmake
midl-support.cmake
msvc.cmake [0.4.7][CMAKE] Fix 2 MSVC2010SP1 x86 dbg warnings LNK4199 CORE-18104 2022-04-07 01:45:40 +02:00
widl-support.cmake
writing_CmakeLists_for_ReactOS.txt