浏览代码

Fix issue in property sheet that would disable NOMINMAX macro.

wip/kinc
Sam Hocevar 5 年前
父节点
当前提交
0e85805074
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      build/msbuild/lol.rules.props

+ 1
- 1
build/msbuild/lol.rules.props 查看文件

@@ -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>


正在加载...
取消
保存