Changeset 1f1eb58 in network-game for client/Client/Client.vcxproj.user


Ignore:
Timestamp:
Jul 14, 2013, 4:11:25 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
5a64bea
Parents:
1a3c42d
Message:

Added a client release build that uses the release version of allegro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj.user

    r1a3c42d r1f1eb58  
    66    <LocalDebuggerEnvironment>PATH=c:\allegro\bin;%PATH%</LocalDebuggerEnvironment>
    77  </PropertyGroup>
     8  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     9    <LocalDebuggerCommandArguments>medievaltech.com 10000</LocalDebuggerCommandArguments>
     10  </PropertyGroup>
     11  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     12    <LocalDebuggerEnvironment>PATH=c:\allegro\bin;%PATH%
     13$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
     14    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
     15  </PropertyGroup>
    816</Project>
Note: See TracChangeset for help on using the changeset viewer.