Changeset 249


Ignore:
Timestamp:
Jan 20, 2011, 6:30:48 PM (12 years ago)
Author:
sam
Message:

Tweak vcxproj files for concurrent builds.

Location:
trunk/win32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/win32/deushax.vcxproj

    r247 r249  
    9393  <PropertyGroup Label="UserMacros" />
    9494  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     95    <IntDir>Debug\$(ProjectName)\</IntDir>
    9596    <LinkIncremental>true</LinkIncremental>
    9697  </PropertyGroup>
    9798  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     99    <IntDir>Release\$(ProjectName)\</IntDir>
    98100    <LinkIncremental>false</LinkIncremental>
    99101  </PropertyGroup>
  • trunk/win32/monsterz.vcxproj

    r247 r249  
    9595  <PropertyGroup Label="UserMacros" />
    9696  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     97    <IntDir>Debug\$(ProjectName)\</IntDir>
    9798    <LinkIncremental>true</LinkIncremental>
    9899  </PropertyGroup>
    99100  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     101    <IntDir>Release\$(ProjectName)\</IntDir>
    100102    <LinkIncremental>false</LinkIncremental>
    101103  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.