Renamed executable for Dev branch

This commit is contained in:
Dimitris Panokostas 2017-03-31 13:41:49 +02:00
parent ffabafaaac
commit 9511db2bfd
4 changed files with 24 additions and 3 deletions

View file

@ -536,7 +536,16 @@
<ClInclude Include="..\src\sounddep\sound.h" />
<ClInclude Include="..\src\threaddep\thread.h" />
</ItemGroup>
<ItemDefinitionGroup />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<RemotePostBuildEvent>
<Command>cp ~/projects/Amiberry-dev/amiberry-sdl2-dev ~/projects/amiberry</Command>
</RemotePostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<RemotePostBuildEvent>
<Command>cp ~/projects/Amiberry-dev/amiberry-sdl2-dev ~/projects/amiberry</Command>
</RemotePostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>

View file

@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<RemoteDebuggerWorkingDirectory>~/projects/amiberry</RemoteDebuggerWorkingDirectory>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommand>~/projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
<PreLaunchCommand>DISPLAY=:0.0</PreLaunchCommand>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<RemoteDebuggerWorkingDirectory>~/projects/amiberry</RemoteDebuggerWorkingDirectory>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommand>~/projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
<PreLaunchCommand>DISPLAY=:0.0</PreLaunchCommand>
</PropertyGroup>
</Project>