Ignore:
Timestamp:
Jun 28, 2012, 7:04:34 PM (11 years ago)
Author:
sam
Message:

build: allow to build the PS3 binaries from Visual Studio if the proper
software is installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/benchsuite.vcxproj

    r1520 r1535  
    22<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <ItemGroup Label="ProjectConfigurations">
     4    <ProjectConfiguration Include="Debug|PS3">
     5      <Configuration>Debug</Configuration>
     6      <Platform>PS3</Platform>
     7    </ProjectConfiguration>
    48    <ProjectConfiguration Include="Debug|Win32">
    59      <Configuration>Debug</Configuration>
     
    1317      <Configuration>Debug</Configuration>
    1418      <Platform>Xbox 360</Platform>
     19    </ProjectConfiguration>
     20    <ProjectConfiguration Include="Release|PS3">
     21      <Configuration>Release</Configuration>
     22      <Platform>PS3</Platform>
    1523    </ProjectConfiguration>
    1624    <ProjectConfiguration Include="Release|Win32">
Note: See TracChangeset for help on using the changeset viewer.