ソースを参照

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>

読み込み中…
キャンセル
保存