Updated VSLinux solution
This commit is contained in:
parent
bfb9e68e75
commit
0c40a7e472
7 changed files with 368 additions and 141 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26228.10
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29324.140
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Amiberry", "Amiberry.vcxproj", "{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
|
@ -12,72 +12,67 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guisan", "guisan\guisan.vcx
|
|||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Debug-rockpro64|ARM = Debug-rockpro64|ARM
|
||||
Debug-rockpro64|x64 = Debug-rockpro64|x64
|
||||
Debug-rockpro64|x86 = Debug-rockpro64|x86
|
||||
Debug-rockpro64|ARM64 = Debug-rockpro64|ARM64
|
||||
Debug-rpi4|ARM = Debug-rpi4|ARM
|
||||
Debug-rpi4|ARM64 = Debug-rpi4|ARM64
|
||||
Debug-xu4|ARM = Debug-xu4|ARM
|
||||
Debug-xu4|x64 = Debug-xu4|x64
|
||||
Debug-xu4|x86 = Debug-xu4|x86
|
||||
Release|ARM = Release|ARM
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
Debug-xu4|ARM64 = Debug-xu4|ARM64
|
||||
Release-rpi4|ARM = Release-rpi4|ARM
|
||||
Release-rpi4|ARM64 = Release-rpi4|ARM64
|
||||
Release-xu4|ARM = Release-xu4|ARM
|
||||
Release-xu4|x64 = Release-xu4|x64
|
||||
Release-xu4|x86 = Release-xu4|x86
|
||||
Release-xu4|ARM64 = Release-xu4|ARM64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug|x64.ActiveCfg = Debug|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug|x86.ActiveCfg = Debug|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rockpro64|ARM.ActiveCfg = Debug-rockpro64|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rockpro64|ARM.Build.0 = Debug-rockpro64|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rockpro64|x64.ActiveCfg = Debug-rockpro64|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rockpro64|x86.ActiveCfg = Debug-rockpro64|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rockpro64|ARM64.ActiveCfg = Debug-rockpro64|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rockpro64|ARM64.Build.0 = Debug-rockpro64|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rockpro64|ARM64.Deploy.0 = Debug-rockpro64|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rpi4|ARM.ActiveCfg = Debug|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rpi4|ARM.Build.0 = Debug|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rpi4|ARM64.ActiveCfg = Debug|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rpi4|ARM64.Build.0 = Debug|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-rpi4|ARM64.Deploy.0 = Debug|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-xu4|ARM.ActiveCfg = Debug-xu4|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-xu4|ARM.Build.0 = Debug-xu4|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-xu4|x64.ActiveCfg = Debug-xu4|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-xu4|x86.ActiveCfg = Debug-xu4|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release|ARM.Build.0 = Release|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release|x64.ActiveCfg = Release|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release|x86.ActiveCfg = Release|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-xu4|ARM64.ActiveCfg = Debug-xu4|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-xu4|ARM64.Build.0 = Debug-xu4|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Debug-xu4|ARM64.Deploy.0 = Debug-xu4|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-rpi4|ARM.ActiveCfg = Release|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-rpi4|ARM.Build.0 = Release|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-rpi4|ARM64.ActiveCfg = Release|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-rpi4|ARM64.Build.0 = Release|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-rpi4|ARM64.Deploy.0 = Release|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-xu4|ARM.ActiveCfg = Release-xu4|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-xu4|ARM.Build.0 = Release-xu4|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-xu4|x64.ActiveCfg = Release-xu4|ARM
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-xu4|x86.ActiveCfg = Release-xu4|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug|x64.Build.0 = Debug|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug|x86.Build.0 = Debug|x86
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-xu4|ARM64.ActiveCfg = Release-xu4|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-xu4|ARM64.Build.0 = Release-xu4|ARM64
|
||||
{7B9A67B2-3F13-4E7B-A875-AAB6CAAE63D7}.Release-xu4|ARM64.Deploy.0 = Release-xu4|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rockpro64|ARM.ActiveCfg = Debug-rockpro64|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rockpro64|x64.ActiveCfg = Debug-rockpro64|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rockpro64|x64.Build.0 = Debug-rockpro64|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rockpro64|x86.ActiveCfg = Debug-rockpro64|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rockpro64|x86.Build.0 = Debug-rockpro64|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rockpro64|ARM64.ActiveCfg = Debug-rockpro64|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rockpro64|ARM64.Build.0 = Debug-rockpro64|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rockpro64|ARM64.Deploy.0 = Debug-rockpro64|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rpi4|ARM.ActiveCfg = Debug|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rpi4|ARM.Build.0 = Debug|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rpi4|ARM64.ActiveCfg = Debug|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rpi4|ARM64.Build.0 = Debug|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-rpi4|ARM64.Deploy.0 = Debug|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|ARM.ActiveCfg = Debug-xu4|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|ARM.Build.0 = Debug-xu4|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|x64.ActiveCfg = Debug-xu4|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|x64.Build.0 = Debug-xu4|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|x86.ActiveCfg = Debug-xu4|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|x86.Build.0 = Debug-xu4|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release|ARM.Build.0 = Release|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release|x64.ActiveCfg = Release|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release|x64.Build.0 = Release|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release|x86.ActiveCfg = Release|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release|x86.Build.0 = Release|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|ARM64.ActiveCfg = Debug-xu4|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|ARM64.Build.0 = Debug-xu4|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Debug-xu4|ARM64.Deploy.0 = Debug-xu4|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-rpi4|ARM.ActiveCfg = Release|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-rpi4|ARM.Build.0 = Release|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-rpi4|ARM64.ActiveCfg = Release|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-rpi4|ARM64.Build.0 = Release|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-rpi4|ARM64.Deploy.0 = Release|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|ARM.ActiveCfg = Release-xu4|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|ARM.Build.0 = Release-xu4|ARM
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|x64.ActiveCfg = Release-xu4|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|x64.Build.0 = Release-xu4|x64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|x86.ActiveCfg = Release-xu4|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|x86.Build.0 = Release-xu4|x86
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|ARM64.ActiveCfg = Release-xu4|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|ARM64.Build.0 = Release-xu4|ARM64
|
||||
{06B356E1-FE8B-4E50-BF9F-A9D6E419ECBD}.Release-xu4|ARM64.Deploy.0 = Release-xu4|ARM64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
@ -5,22 +5,42 @@
|
|||
<Configuration>Debug-rockpro64</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug-rockpro64|ARM64">
|
||||
<Configuration>Debug-rockpro64</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug-xu4|ARM">
|
||||
<Configuration>Debug-xu4</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug-xu4|ARM64">
|
||||
<Configuration>Debug-xu4</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|ARM">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|ARM64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release-xu4|ARM">
|
||||
<Configuration>Release-xu4</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release-xu4|ARM64">
|
||||
<Configuration>Release-xu4</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|ARM">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|ARM64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{7b9a67b2-3f13-4e7b-a875-aab6caae63d7}</ProjectGuid>
|
||||
|
@ -37,24 +57,46 @@
|
|||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
|
@ -101,14 +143,23 @@
|
|||
<ImportGroup Label="PropertySheets" />
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2; make -j6 PLATFORM=rockpro64</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2; make clean; make -j6 PLATFORM=rockpro64</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2; make clean</RemoteCleanCommandLine>
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j4 PLATFORM=rpi4-sdl2</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j4 PLATFORM=rpi4-sdl2</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
|
||||
<NMakeIncludeSearchPath>..\src;..\src\include;..\src\osdep;..\src\archivers;..\guisan-dev\include;C:\SysGCC\raspberry\lib\gcc\arm-linux-gnueabihf\6\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\include\c++\6;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\arm-linux-gnueabihf;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\local\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\libxml2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vmcs_host\linux;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vcos\pthreads;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<NMakePreprocessorDefinitions>DEBUG;ARMV6T2;USE_ARMNEON;ARMV6_ASSEMBLY;AMIBERRY;CPU_arm;ARM_HAS_DIV;USE_SDL2;_REENTRANT;_FILE_OFFSET_BITS=64;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<RemoteBuildOutputs>
|
||||
</RemoteBuildOutputs>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-sdl2</RemoteProjectDir>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j4 PLATFORM=rpi4-sdl2</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j4 PLATFORM=rpi4-sdl2</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
|
||||
<NMakeIncludeSearchPath>..\src;..\src\include;..\src\osdep;..\src\archivers;..\guisan-dev\include;C:\SysGCC\raspberry\lib\gcc\arm-linux-gnueabihf\6\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\include\c++\6;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\arm-linux-gnueabihf;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\local\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\libxml2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vmcs_host\linux;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vcos\pthreads;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<NMakePreprocessorDefinitions>DEBUG;ARMV6T2;USE_ARMNEON;ARMV6_ASSEMBLY;AMIBERRY;CPU_arm;ARM_HAS_DIV;USE_SDL2;_REENTRANT;_FILE_OFFSET_BITS=64;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<RemoteBuildOutputs />
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j4 PLATFORM=xu4</RemoteBuildCommandLine>
|
||||
|
@ -119,6 +170,15 @@
|
|||
<RemoteBuildOutputs />
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j4 PLATFORM=xu4</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j4 PLATFORM=xu4</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
|
||||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\lib\gcc\arm-linux-gnueabihf\6\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\include\c++\6;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\arm-linux-gnueabihf;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\local\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\libxml2;..\src;..\src\include;..\src\osdep;..\src\archivers;..\guisan\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vmcs_host\linux;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vcos\pthreads;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<NMakePreprocessorDefinitions>DEBUG;ARMV6T2;USE_ARMNEON;ARMV6_ASSEMBLY;AMIBERRY;CPU_arm;USE_SDL2;_REENTRANT;ARM_HAS_DIV;MALI_GPU;USE_RENDER_THREAD;FASTERCYCLES;_FILE_OFFSET_BITS=64;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<RemoteBuildOutputs />
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j6 PLATFORM=rockpro64</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j6 PLATFORM=rockpro64</RemoteReBuildCommandLine>
|
||||
|
@ -128,21 +188,46 @@
|
|||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
<NMakeIncludeSearchPath>..\src\include;..\src\osdep;..\src\archivers;..\guisan-dev\include;..\src</NMakeIncludeSearchPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM64'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j6 PLATFORM=rockpro64</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j6 PLATFORM=rockpro64</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
|
||||
<NMakePreprocessorDefinitions>DEBUG;ARMV6T2;USE_ARMNEON;ARMV6_ASSEMBLY;AMIBERRY;CPU_arm;USE_SDL2;_REENTRANT;ARM_HAS_DIV;MALI_GPU;USE_RENDER_THREAD;FASTERCYCLES;_FILE_OFFSET_BITS=64;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<RemoteBuildOutputs />
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
<NMakeIncludeSearchPath>..\src\include;..\src\osdep;..\src\archivers;..\guisan-dev\include;..\src</NMakeIncludeSearchPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||
<NMakeIncludeSearchPath>..\src;..\src\include;..\src\osdep;..\src\archivers;..\guisan-dev\include;C:\SysGCC\raspberry\lib\gcc\arm-linux-gnueabihf\6\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\include\c++\6;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\arm-linux-gnueabihf;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\local\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\libxml2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vmcs_host\linux;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vcos\pthreads;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2; make -j3 PLATFORM=rpi3-sdl2</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2; make clean; make -j3 PLATFORM=rpi3-sdl2</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2; make clean</RemoteCleanCommandLine>
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j3 PLATFORM=rpi4-sdl2</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j3 PLATFORM=rpi4-sdl2</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
|
||||
<NMakePreprocessorDefinitions>ARMV6T2;USE_ARMNEON;ARMV6_ASSEMBLY;AMIBERRY;CPU_arm;ARM_HAS_DIV;USE_SDL2;_REENTRANT;_FILE_OFFSET_BITS=64;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-sdl2</RemoteProjectDir>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||||
<NMakeIncludeSearchPath>..\src;..\src\include;..\src\osdep;..\src\archivers;..\guisan-dev\include;C:\SysGCC\raspberry\lib\gcc\arm-linux-gnueabihf\6\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\include\c++\6;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\arm-linux-gnueabihf;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\local\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\libxml2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vmcs_host\linux;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\opt\vc\include\interface\vcos\pthreads;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j3 PLATFORM=rpi4-sdl2</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j3 PLATFORM=rpi4-sdl2</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
|
||||
<NMakePreprocessorDefinitions>ARMV6T2;USE_ARMNEON;ARMV6_ASSEMBLY;AMIBERRY;CPU_arm;ARM_HAS_DIV;USE_SDL2;_REENTRANT;_FILE_OFFSET_BITS=64;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM'">
|
||||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\lib\gcc\arm-linux-gnueabihf\6\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\include\c++\6;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\arm-linux-gnueabihf;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\libxml2;..\src;..\src\include;..\src\osdep;..\src\archivers;..\guisan\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2; make -j3 PLATFORM=rpi3-sdl2</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2; make clean; make -j3 PLATFORM=rpi3-sdl2</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2; make clean</RemoteCleanCommandLine>
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j4 PLATFORM=xu4</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j4 PLATFORM=xu4</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
|
||||
<NMakePreprocessorDefinitions>ARMV6T2;USE_ARMNEON;ARMV6_ASSEMBLY;AMIBERRY;CPU_arm;ARM_HAS_DIV;USE_SDL2;MALI_GPU;USE_RENDER_THREAD;FASTERCYCLES;_REENTRANT;_FILE_OFFSET_BITS=64;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-sdl2</RemoteProjectDir>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM64'">
|
||||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\lib\gcc\arm-linux-gnueabihf\6\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\include\c++\6;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\arm-linux-gnueabihf;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\libxml2;..\src;..\src\include;..\src\osdep;..\src\archivers;..\guisan\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make -j4 PLATFORM=xu4</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make -j4 PLATFORM=xu4</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
|
||||
<NMakePreprocessorDefinitions>ARMV6T2;USE_ARMNEON;ARMV6_ASSEMBLY;AMIBERRY;CPU_arm;ARM_HAS_DIV;USE_SDL2;MALI_GPU;USE_RENDER_THREAD;FASTERCYCLES;_REENTRANT;_FILE_OFFSET_BITS=64;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="..\conf\dir.txt">
|
||||
|
@ -216,6 +301,9 @@
|
|||
</Font>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\conf\amiberry.conf">
|
||||
<DeploymentContent>true</DeploymentContent>
|
||||
</None>
|
||||
<None Include="..\Makefile">
|
||||
<DeploymentContent>false</DeploymentContent>
|
||||
</None>
|
||||
|
@ -226,6 +314,11 @@
|
|||
<None Include="..\src\inputevents.def">
|
||||
<DeploymentContent>true</DeploymentContent>
|
||||
</None>
|
||||
<None Include="..\src\jit\codegen_armA64.cpp.in" />
|
||||
<None Include="..\src\jit\compemu_midfunc_armA64.cpp.in" />
|
||||
<None Include="..\src\jit\compemu_midfunc_armA64_2.cpp.in" />
|
||||
<None Include="..\src\osdep\aarch64_helper.s" />
|
||||
<None Include="..\src\osdep\arm_helper.s" />
|
||||
<None Include="..\src\osdep\neon_helper.s" />
|
||||
<None Include="..\src\table68k">
|
||||
<DeploymentContent>true</DeploymentContent>
|
||||
|
@ -253,24 +346,17 @@
|
|||
<ClCompile Include="..\src\archivers\7z\CpuArch.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Delta.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\LzFind.cpp" />
|
||||
<ClCompile Include="..\src\archivers\7z\LzFindMt.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Lzma2Dec.cpp" />
|
||||
<ClCompile Include="..\src\archivers\7z\Lzma2Enc.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Lzma86Dec.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Lzma86Enc.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\LzmaDec.cpp" />
|
||||
<ClCompile Include="..\src\archivers\7z\LzmaEnc.cpp" />
|
||||
<ClCompile Include="..\src\archivers\7z\LzmaLib.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\MtCoder.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Ppmd7.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Ppmd7Dec.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Ppmd7Enc.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Sha256.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Threads.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\Xz.cpp" />
|
||||
<ClCompile Include="..\src\archivers\7z\XzCrc64.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\XzDec.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\XzEnc.c" />
|
||||
<ClCompile Include="..\src\archivers\7z\XzIn.c" />
|
||||
<ClCompile Include="..\src\archivers\dms\crc_csum.cpp" />
|
||||
<ClCompile Include="..\src\archivers\dms\getbits.cpp" />
|
||||
|
@ -328,7 +414,7 @@
|
|||
<ClCompile Include="..\src\calc.cpp">
|
||||
<DeploymentContent>false</DeploymentContent>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\caps\caps_win32.cpp" />
|
||||
<ClCompile Include="..\src\caps\caps_amiberry.cpp" />
|
||||
<ClCompile Include="..\src\cd32_fmv.cpp" />
|
||||
<ClCompile Include="..\src\cd32_fmv_genlock.cpp" />
|
||||
<ClCompile Include="..\src\cdrom.cpp">
|
||||
|
@ -545,24 +631,19 @@
|
|||
<ClInclude Include="..\src\archivers\7z\CpuArch.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Delta.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\LzFind.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\LzFindMt.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\LzHash.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Lzma2Dec.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Lzma2Enc.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Lzma86.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\LzmaDec.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\LzmaEnc.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\LzmaLib.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\MtCoder.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Ppmd.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Ppmd7.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\RotateDefs.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Sha256.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Threads.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Types.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\Xz.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\XzCrc64.h" />
|
||||
<ClInclude Include="..\src\archivers\7z\XzEnc.h" />
|
||||
<ClInclude Include="..\src\archivers\dms\cdata.h" />
|
||||
<ClInclude Include="..\src\archivers\dms\crc_csum.h" />
|
||||
<ClInclude Include="..\src\archivers\dms\getbits.h" />
|
||||
|
@ -649,7 +730,9 @@
|
|||
<ClInclude Include="..\src\include\xwin.h" />
|
||||
<ClInclude Include="..\src\include\zarchive.h" />
|
||||
<ClInclude Include="..\src\include\zfile.h" />
|
||||
<ClInclude Include="..\src\jit\aarch64.h" />
|
||||
<ClInclude Include="..\src\jit\codegen_arm.h" />
|
||||
<ClInclude Include="..\src\jit\codegen_armA64.h" />
|
||||
<ClInclude Include="..\src\jit\compemu.h" />
|
||||
<ClInclude Include="..\src\jit\compemu_midfunc_arm.h" />
|
||||
<ClInclude Include="..\src\jit\compemu_midfunc_arm2.h" />
|
||||
|
@ -674,23 +757,34 @@
|
|||
<ClInclude Include="..\src\sounddep\sound.h" />
|
||||
<ClInclude Include="..\src\threaddep\thread.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="..\src\archivers\7z\7zVersion.rc" />
|
||||
</ItemGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry-sdl2/amiberry-rpi3-sdl2-dispmanx ~/projects/amiberry/</Command>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>
|
||||
</Command>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry/amiberry-rockpro64 ~/projects/amiberry/</Command>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM64'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
|
@ -698,10 +792,19 @@
|
|||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||||
<RemotePostBuildEvent>
|
||||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'">
|
||||
<RemotePostBuildEvent>
|
||||
<Message>
|
||||
</Message>
|
||||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'">
|
||||
<RemotePostBuildEvent>
|
||||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM'">
|
||||
|
@ -709,15 +812,32 @@
|
|||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM64'">
|
||||
<RemotePostBuildEvent>
|
||||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry-sdl2/amiberry-sdl2-dev ~/projects/amiberry/</Command>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry-sdl2/amiberry-sdl2-dev ~/projects/amiberry/</Command>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM64'">
|
||||
<RemotePostBuildEvent>
|
||||
<Command>cp ~/projects/Amiberry/amiberry ~/projects/amiberry/</Command>
|
||||
<Message>Copy binary to launch location</Message>
|
||||
</RemotePostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
|
@ -169,6 +169,24 @@
|
|||
<None Include="..\src\aks.def">
|
||||
<Filter>src</Filter>
|
||||
</None>
|
||||
<None Include="..\conf\amiberry.conf">
|
||||
<Filter>conf</Filter>
|
||||
</None>
|
||||
<None Include="..\src\jit\codegen_armA64.cpp.in">
|
||||
<Filter>src\jit</Filter>
|
||||
</None>
|
||||
<None Include="..\src\jit\compemu_midfunc_armA64.cpp.in">
|
||||
<Filter>src\jit</Filter>
|
||||
</None>
|
||||
<None Include="..\src\jit\compemu_midfunc_armA64_2.cpp.in">
|
||||
<Filter>src\jit</Filter>
|
||||
</None>
|
||||
<None Include="..\src\osdep\aarch64_helper.s">
|
||||
<Filter>src\osdep</Filter>
|
||||
</None>
|
||||
<None Include="..\src\osdep\arm_helper.s">
|
||||
<Filter>src\osdep</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\src\akiko.cpp">
|
||||
|
@ -621,24 +639,12 @@
|
|||
<ClCompile Include="..\src\archivers\7z\Delta.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\LzFindMt.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\Lzma2Enc.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\Lzma86Dec.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\Lzma86Enc.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\LzmaLib.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\MtCoder.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\Ppmd7.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
|
@ -651,18 +657,12 @@
|
|||
<ClCompile Include="..\src\archivers\7z\Sha256.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\Threads.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\XzCrc64.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\XzDec.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\XzEnc.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\XzIn.c">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
|
@ -678,9 +678,6 @@
|
|||
<ClCompile Include="..\src\archivers\7z\Lzma2Dec.cpp">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\LzmaEnc.cpp">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\archivers\7z\Xz.cpp">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClCompile>
|
||||
|
@ -714,9 +711,6 @@
|
|||
<ClCompile Include="..\src\dlopen.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\caps\caps_win32.cpp">
|
||||
<Filter>src\caps</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\osdep\amiberry_whdbooter.cpp">
|
||||
<Filter>src\osdep</Filter>
|
||||
</ClCompile>
|
||||
|
@ -744,6 +738,9 @@
|
|||
<ClCompile Include="..\src\jit\compemu_midfunc_arm2.cpp.in">
|
||||
<Filter>src\jit</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\caps\caps_amiberry.cpp">
|
||||
<Filter>src\caps</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\src\archivers\7z\7zBuf.h">
|
||||
|
@ -1082,18 +1079,12 @@
|
|||
<ClInclude Include="..\src\archivers\7z\LzFind.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\LzFindMt.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\LzHash.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\Lzma2Dec.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\Lzma2Enc.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\Lzma86.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
|
@ -1103,9 +1094,6 @@
|
|||
<ClInclude Include="..\src\archivers\7z\LzmaLib.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\MtCoder.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\Ppmd.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
|
@ -1118,18 +1106,12 @@
|
|||
<ClInclude Include="..\src\archivers\7z\Sha256.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\Threads.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\Xz.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\XzCrc64.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\7z\XzEnc.h">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\archivers\mp2\kjmp2.h">
|
||||
<Filter>src\archivers\mp2</Filter>
|
||||
</ClInclude>
|
||||
|
@ -1166,10 +1148,11 @@
|
|||
<ClInclude Include="..\src\include\cputbl.h">
|
||||
<Filter>src\include</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="..\src\archivers\7z\7zVersion.rc">
|
||||
<Filter>src\archivers\7z</Filter>
|
||||
</ResourceCompile>
|
||||
<ClInclude Include="..\src\jit\aarch64.h">
|
||||
<Filter>src\jit</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\jit\codegen_armA64.h">
|
||||
<Filter>src\jit</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -1,12 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
<RemoteDebuggerCommand>/home/pi/projects/amiberry/amiberry-rpi3-sdl2-dev</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerCommand>/home/pi/projects/amiberry/amiberry</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerWorkingDirectory>/home/pi/projects/amiberry</RemoteDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
||||
<PreLaunchCommand>
|
||||
</PreLaunchCommand>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||||
<RemoteDebuggerCommand>/home/pi/projects/amiberry/amiberry</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerWorkingDirectory>/home/pi/projects/amiberry</RemoteDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
||||
<PreLaunchCommand />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'">
|
||||
<RemoteDebuggerCommand>/home/pigaming/projects/Amiberry/amiberry-xu4</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerWorkingDirectory>/home/pigaming/projects/Amiberry</RemoteDebuggerWorkingDirectory>
|
||||
|
@ -14,16 +20,35 @@
|
|||
<PreLaunchCommand />
|
||||
<RemoteTarget>-1406338439;192.168.1.47 (username=, port=22, authentication=Password)</RemoteTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'">
|
||||
<RemoteDebuggerCommand>/home/pigaming/projects/Amiberry/amiberry-xu4</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerWorkingDirectory>/home/pigaming/projects/Amiberry</RemoteDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
||||
<PreLaunchCommand />
|
||||
<RemoteTarget>-1406338439;192.168.1.47 (username=, port=22, authentication=Password)</RemoteTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
||||
<PreLaunchCommand>export DEBUG=0</PreLaunchCommand>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||||
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
||||
<PreLaunchCommand>export DEBUG=0</PreLaunchCommand>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM'">
|
||||
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
||||
<PreLaunchCommand>export DEBUG=0</PreLaunchCommand>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM64'">
|
||||
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
|
||||
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
||||
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
||||
<PreLaunchCommand>export DEBUG=0</PreLaunchCommand>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -5,6 +5,10 @@
|
|||
<Configuration>Debug-rockpro64</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug-rockpro64|ARM64">
|
||||
<Configuration>Debug-rockpro64</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug-rockpro64|x64">
|
||||
<Configuration>Debug-rockpro64</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
|
@ -17,6 +21,10 @@
|
|||
<Configuration>Debug-xu4</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug-xu4|ARM64">
|
||||
<Configuration>Debug-xu4</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug-xu4|x64">
|
||||
<Configuration>Debug-xu4</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
|
@ -29,10 +37,18 @@
|
|||
<Configuration>Debug</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|ARM64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release-xu4|ARM">
|
||||
<Configuration>Release-xu4</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release-xu4|ARM64">
|
||||
<Configuration>Release-xu4</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release-xu4|x64">
|
||||
<Configuration>Release-xu4</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
|
@ -49,6 +65,10 @@
|
|||
<Configuration>Debug</Configuration>
|
||||
<Platform>x86</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|ARM64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x86">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x86</Platform>
|
||||
|
@ -76,27 +96,52 @@
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry-sdl2/src</RemoteRootDir>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry</RemoteRootDir>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry</RemoteRootDir>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry-sdl2/src</RemoteRootDir>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM'" Label="Configuration">
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry-sdl2/src</RemoteRootDir>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM64'" Label="Configuration">
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<RemoteRootDir>~/projects/Amiberry/src</RemoteRootDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
|
@ -144,10 +189,18 @@
|
|||
<ImportGroup Label="PropertySheets" />
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
|
@ -156,6 +209,13 @@
|
|||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
|
@ -163,15 +223,36 @@
|
|||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-rockpro64|ARM64'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM64'">
|
||||
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make all</RemoteBuildCommandLine>
|
||||
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean; make all</RemoteReBuildCommandLine>
|
||||
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2/guisan-dev/; make clean</RemoteCleanCommandLine>
|
||||
<RemoteProjectDir>$(RemoteRootDir)/$(ProjectName)-dev</RemoteProjectDir>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\guisan-dev\lib\.keep">
|
||||
|
@ -217,6 +298,7 @@
|
|||
<ClInclude Include="..\..\guisan-dev\include\guisan\platform.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\rectangle.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\sdl.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\sdl\sdl2graphics.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\sdl\sdlgraphics.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\sdl\sdlimage.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\sdl\sdlimageloader.hpp" />
|
||||
|
@ -233,8 +315,11 @@
|
|||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\dropdown.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\icon.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\imagebutton.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\imagetextbutton.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\inputbox.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\label.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\listbox.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\messagebox.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\progressbar.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\radiobutton.hpp" />
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\scrollarea.hpp" />
|
||||
|
@ -273,6 +358,7 @@
|
|||
<ClCompile Include="..\..\guisan-dev\src\opengl\openglimage.cpp" />
|
||||
<ClCompile Include="..\..\guisan-dev\src\rectangle.cpp" />
|
||||
<ClCompile Include="..\..\guisan-dev\src\sdl\sdl.cpp" />
|
||||
<ClCompile Include="..\..\guisan-dev\src\sdl\sdl2graphics.cpp" />
|
||||
<ClCompile Include="..\..\guisan-dev\src\sdl\sdlgraphics.cpp" />
|
||||
<ClCompile Include="..\..\guisan-dev\src\sdl\sdlimage.cpp" />
|
||||
<ClCompile Include="..\..\guisan-dev\src\sdl\sdlimageloader.cpp" />
|
||||
|
|
|
@ -234,6 +234,18 @@
|
|||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\progressbar.hpp">
|
||||
<Filter>include\guisan\widgets</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\imagetextbutton.hpp">
|
||||
<Filter>include\guisan\widgets</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\inputbox.hpp">
|
||||
<Filter>include\guisan\widgets</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\widgets\messagebox.hpp">
|
||||
<Filter>include\guisan\widgets</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\guisan-dev\include\guisan\sdl\sdl2graphics.hpp">
|
||||
<Filter>include\guisan\sdl</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\guisan-dev\src\actionevent.cpp">
|
||||
|
@ -386,5 +398,8 @@
|
|||
<ClCompile Include="..\..\guisan-dev\src\guisan.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\guisan-dev\src\sdl\sdl2graphics.cpp">
|
||||
<Filter>src\sdl</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -3,4 +3,7 @@
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'">
|
||||
<RemoteTarget>-1406338439;192.168.1.47 (username=, port=22, authentication=Password)</RemoteTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'">
|
||||
<RemoteTarget>-1406338439;192.168.1.47 (username=, port=22, authentication=Password)</RemoteTarget>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue