reactos/sdk/cmake
Timo Kreuzer e3f204e228 [CMAKE] Remove "/Gy" option from ML
Reason: VS solution builds pass the compiler options to the assembler. These are usually ignored and result in a warning only, but ML of the latest VS supports /Gy (function level linking), but that requires all functions to be declared with "PROC" and otherwise results in an error.
2023-11-19 09:19:33 +02:00
..
baseaddress.cmake [CMAKE] Update baseaddress cmake files 2023-11-10 19:20:24 +02:00
baseaddress64.cmake [CMAKE] Update baseaddress cmake files 2023-11-10 19:20:24 +02:00
baseaddress_dwarf.cmake
baseaddress_msvc.cmake [CMAKE] Update baseaddress cmake files 2023-11-10 19:20:24 +02:00
CMakeMacros.cmake [CMAKE] Add support for "IMAGEBASE default" and use it for test/sample dlls 2023-11-10 19:20:24 +02:00
compilerflags.cmake
config.cmake [CMAKE] Add DLL_EXPORT_VERSION config option 2023-08-11 19:00:42 +03:00
gcc.cmake [CMAKE] Don't use precompiled headers for autogenerated stub files 2023-10-17 09:41:18 +03:00
host-tools.cmake
host-tools.in
init-section.lds
localization.cmake
midl-support.cmake
msvc.cmake [CMAKE] Remove "/Gy" option from ML 2023-11-19 09:19:33 +02:00
widl-support.cmake
writing_CmakeLists_for_ReactOS.txt