Browse Source

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

legacy
Sam Hocevar sam 12 years ago
parent
commit
cebf398bc9
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build/vs2010/Lol.Core.Config.props

+ 3
- 0
build/vs2010/Lol.Core.Config.props View File

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

Loading…
Cancel
Save