浏览代码

build: force VS2010 to use the SNC compiler for the PS3.

legacy
Sam Hocevar sam 13 年前
父节点
当前提交
cebf398bc9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      build/vs2010/Lol.Core.Config.props

+ 3
- 0
build/vs2010/Lol.Core.Config.props 查看文件

@@ -13,5 +13,8 @@
<CharacterSet>MultiByte</CharacterSet>
<UseOfMfc>Dynamic</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Platform)'=='PS3'" Label="Configuration">
<PlatformToolset>SNC</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
</Project>

正在加载...
取消
保存