godot/misc
Andreia Gaita 1c7167e9ac VS: Don't override user options. Add additional vs hints
Make sure we include any user-specified project settings in our
project definitions, this way users can customize their VS
environment to more closely match what they're building for, and
they better can control debugging and deployment from VS.

Add support for setting VS-only compiler defines, include paths, and
additional linker options, as a hint to VS to use when loading projects
and parsing code. VS would usually know these on non nmake projects,
but for nmake projects we have to tell it about any implicit information
that the compiler has, so it can resolve symbols in the editor.
2024-02-12 13:36:26 +01:00
..
dist Add `--log-file` command line argument to write output log to a file 2024-01-19 20:30:04 +01:00
error_suppressions Suppress NavigationServer race conditions 2023-08-07 18:49:28 -04:00
extension_api_validation [TextServer / Font] Add support for customizable baseline offset. 2024-01-28 13:26:49 +02:00
hooks Style: Mark clang-format 16 as supported for pre-commit hook 2023-12-06 13:26:53 +01:00
msvs VS: Don't override user options. Add additional vs hints 2024-02-12 13:36:26 +01:00
scripts SCons: Fix Windows cross-compilation from Linux after #86717 2024-01-26 12:42:09 +01:00