Renamed executable for Dev branch
This commit is contained in:
parent
ffabafaaac
commit
9511db2bfd
4 changed files with 24 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -43,3 +43,4 @@ VisualGDB/VisualGDB/Release/genlinetoscr
|
|||
VisualGDB/VisualGDB/Release/gencpu
|
||||
VisualGDB/VisualGDB/Release/gencomp
|
||||
*.tlog
|
||||
VSLinux/obj/ARM/Debug/amiberry-sdl2-dev
|
||||
|
|
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ else ifeq ($(PLATFORM),rpi1)
|
|||
CPU_FLAGS += -std=gnu++14 -march=armv6zk -mfpu=vfp -mfloat-abi=hard
|
||||
endif
|
||||
|
||||
NAME = amiberry-sdl2
|
||||
NAME = amiberry-sdl2-dev
|
||||
RM = rm -f
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue