瀏覽代碼

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>


Loading…
取消
儲存