Browse Source

Fix issue in property sheet that would disable NOMINMAX macro.

legacy
Sam Hocevar 4 years ago
parent
commit
0e85805074
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/msbuild/lol.rules.props

+ 1
- 1
build/msbuild/lol.rules.props View File

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


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


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


Loading…
Cancel
Save