Bläddra i källkod

Fix issue in property sheet that would disable NOMINMAX macro.

legacy
Sam Hocevar 4 år sedan
förälder
incheckning
0e85805074
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      build/msbuild/lol.rules.props

+ 1
- 1
build/msbuild/lol.rules.props Visa fil

@@ -52,7 +52,7 @@
LUA_ANSI;
</AdditionalPreprocessorDefinitions>

<PreprocessorDefinitions>$(AdditionalPreprocessorDefinitions.Replace('\n',''));%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>%(AdditionalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>

<!-- Trim trailing backslashes and escape them for C++ -->
<PreprocessorDefinitions>LOL_CONFIG_PROJECTDIR="$(ProjectDir.Trim('\').Replace('\','/'))";%(PreprocessorDefinitions)</PreprocessorDefinitions>


Laddar…
Avbryt
Spara