Updated VisualGDB project settings with latest VisualGDB version
This commit is contained in:
parent
a9e60a26f0
commit
1ca66cd9bf
17 changed files with 36 additions and 23 deletions
|
@ -4,7 +4,7 @@
|
||||||
<Project xsi:type="com.visualgdb.project.linux">
|
<Project xsi:type="com.visualgdb.project.linux">
|
||||||
<CustomSourceDirectories>
|
<CustomSourceDirectories>
|
||||||
<Directories />
|
<Directories />
|
||||||
<PathStyle>MinGWUnixSlash</PathStyle>
|
<PathStyle>Unknown</PathStyle>
|
||||||
</CustomSourceDirectories>
|
</CustomSourceDirectories>
|
||||||
<BuildHost>
|
<BuildHost>
|
||||||
<Transport>None</Transport>
|
<Transport>None</Transport>
|
||||||
|
@ -58,6 +58,7 @@
|
||||||
<ProjectFile>Amiberry-RPI1.vcxproj</ProjectFile>
|
<ProjectFile>Amiberry-RPI1.vcxproj</ProjectFile>
|
||||||
<RemoteBuildEnvironment>
|
<RemoteBuildEnvironment>
|
||||||
<Records />
|
<Records />
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
|
|
|
@ -3,13 +3,11 @@
|
||||||
<UserDefinedVariableValues />
|
<UserDefinedVariableValues />
|
||||||
<DebugPreferences>
|
<DebugPreferences>
|
||||||
<CatchpointConfiguration>
|
<CatchpointConfiguration>
|
||||||
<Throw>false</Throw>
|
|
||||||
<Rethrow>false</Rethrow>
|
|
||||||
<Catch>false</Catch>
|
|
||||||
<Exec>false</Exec>
|
<Exec>false</Exec>
|
||||||
<Fork>false</Fork>
|
<Fork>false</Fork>
|
||||||
<Vfork>false</Vfork>
|
<Vfork>false</Vfork>
|
||||||
<Syscalls />
|
<Syscalls />
|
||||||
|
<CXXCatchpoints />
|
||||||
</CatchpointConfiguration>
|
</CatchpointConfiguration>
|
||||||
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
||||||
<MemoryWindowPreferences />
|
<MemoryWindowPreferences />
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<Project xsi:type="com.visualgdb.project.linux">
|
<Project xsi:type="com.visualgdb.project.linux">
|
||||||
<CustomSourceDirectories>
|
<CustomSourceDirectories>
|
||||||
<Directories />
|
<Directories />
|
||||||
<PathStyle>MinGWUnixSlash</PathStyle>
|
<PathStyle>Unknown</PathStyle>
|
||||||
</CustomSourceDirectories>
|
</CustomSourceDirectories>
|
||||||
<BuildHost>
|
<BuildHost>
|
||||||
<Transport>None</Transport>
|
<Transport>None</Transport>
|
||||||
|
@ -58,6 +58,7 @@
|
||||||
<ProjectFile>Amiberry-RPI1.vcxproj</ProjectFile>
|
<ProjectFile>Amiberry-RPI1.vcxproj</ProjectFile>
|
||||||
<RemoteBuildEnvironment>
|
<RemoteBuildEnvironment>
|
||||||
<Records />
|
<Records />
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
|
|
|
@ -3,13 +3,11 @@
|
||||||
<UserDefinedVariableValues />
|
<UserDefinedVariableValues />
|
||||||
<DebugPreferences>
|
<DebugPreferences>
|
||||||
<CatchpointConfiguration>
|
<CatchpointConfiguration>
|
||||||
<Throw>false</Throw>
|
|
||||||
<Rethrow>false</Rethrow>
|
|
||||||
<Catch>false</Catch>
|
|
||||||
<Exec>false</Exec>
|
<Exec>false</Exec>
|
||||||
<Fork>false</Fork>
|
<Fork>false</Fork>
|
||||||
<Vfork>false</Vfork>
|
<Vfork>false</Vfork>
|
||||||
<Syscalls />
|
<Syscalls />
|
||||||
|
<CXXCatchpoints />
|
||||||
</CatchpointConfiguration>
|
</CatchpointConfiguration>
|
||||||
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
||||||
<MemoryWindowPreferences />
|
<MemoryWindowPreferences />
|
||||||
|
|
4
VisualGDB/Amiberry-RPI1/Amiberry-RPI1.vcxproj.user
Normal file
4
VisualGDB/Amiberry-RPI1/Amiberry-RPI1.vcxproj.user
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
|
@ -4,7 +4,7 @@
|
||||||
<Project xsi:type="com.visualgdb.project.linux">
|
<Project xsi:type="com.visualgdb.project.linux">
|
||||||
<CustomSourceDirectories>
|
<CustomSourceDirectories>
|
||||||
<Directories />
|
<Directories />
|
||||||
<PathStyle>MinGWUnixSlash</PathStyle>
|
<PathStyle>Unknown</PathStyle>
|
||||||
</CustomSourceDirectories>
|
</CustomSourceDirectories>
|
||||||
<BuildHost>
|
<BuildHost>
|
||||||
<Transport>None</Transport>
|
<Transport>None</Transport>
|
||||||
|
@ -58,6 +58,7 @@
|
||||||
<ProjectFile>Amiberry-sdl1.vcxproj</ProjectFile>
|
<ProjectFile>Amiberry-sdl1.vcxproj</ProjectFile>
|
||||||
<RemoteBuildEnvironment>
|
<RemoteBuildEnvironment>
|
||||||
<Records />
|
<Records />
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
|
|
|
@ -3,13 +3,11 @@
|
||||||
<UserDefinedVariableValues />
|
<UserDefinedVariableValues />
|
||||||
<DebugPreferences>
|
<DebugPreferences>
|
||||||
<CatchpointConfiguration>
|
<CatchpointConfiguration>
|
||||||
<Throw>false</Throw>
|
|
||||||
<Rethrow>false</Rethrow>
|
|
||||||
<Catch>false</Catch>
|
|
||||||
<Exec>false</Exec>
|
<Exec>false</Exec>
|
||||||
<Fork>false</Fork>
|
<Fork>false</Fork>
|
||||||
<Vfork>false</Vfork>
|
<Vfork>false</Vfork>
|
||||||
<Syscalls />
|
<Syscalls />
|
||||||
|
<CXXCatchpoints />
|
||||||
</CatchpointConfiguration>
|
</CatchpointConfiguration>
|
||||||
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
||||||
<MemoryWindowPreferences />
|
<MemoryWindowPreferences />
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<Project xsi:type="com.visualgdb.project.linux">
|
<Project xsi:type="com.visualgdb.project.linux">
|
||||||
<CustomSourceDirectories>
|
<CustomSourceDirectories>
|
||||||
<Directories />
|
<Directories />
|
||||||
<PathStyle>MinGWUnixSlash</PathStyle>
|
<PathStyle>Unknown</PathStyle>
|
||||||
</CustomSourceDirectories>
|
</CustomSourceDirectories>
|
||||||
<BuildHost>
|
<BuildHost>
|
||||||
<Transport>None</Transport>
|
<Transport>None</Transport>
|
||||||
|
@ -58,6 +58,7 @@
|
||||||
<ProjectFile>Amiberry-sdl1.vcxproj</ProjectFile>
|
<ProjectFile>Amiberry-sdl1.vcxproj</ProjectFile>
|
||||||
<RemoteBuildEnvironment>
|
<RemoteBuildEnvironment>
|
||||||
<Records />
|
<Records />
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
|
|
|
@ -3,13 +3,11 @@
|
||||||
<UserDefinedVariableValues />
|
<UserDefinedVariableValues />
|
||||||
<DebugPreferences>
|
<DebugPreferences>
|
||||||
<CatchpointConfiguration>
|
<CatchpointConfiguration>
|
||||||
<Throw>false</Throw>
|
|
||||||
<Rethrow>false</Rethrow>
|
|
||||||
<Catch>false</Catch>
|
|
||||||
<Exec>false</Exec>
|
<Exec>false</Exec>
|
||||||
<Fork>false</Fork>
|
<Fork>false</Fork>
|
||||||
<Vfork>false</Vfork>
|
<Vfork>false</Vfork>
|
||||||
<Syscalls />
|
<Syscalls />
|
||||||
|
<CXXCatchpoints />
|
||||||
</CatchpointConfiguration>
|
</CatchpointConfiguration>
|
||||||
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
||||||
<MemoryWindowPreferences />
|
<MemoryWindowPreferences />
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|VisualGDB'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|VisualGDB'">
|
||||||
<GNUConfigurationType>Debug</GNUConfigurationType>
|
<GNUConfigurationType>Debug</GNUConfigurationType>
|
||||||
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
|
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
|
||||||
<ToolchainVersion>6.3.0/7.12/r1</ToolchainVersion>
|
<ToolchainVersion>4.9.2/7.7.1/r4</ToolchainVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
|
||||||
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
|
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
|
||||||
|
|
4
VisualGDB/Amiberry-sdl1/Amiberry-sdl1.vcxproj.user
Normal file
4
VisualGDB/Amiberry-sdl1/Amiberry-sdl1.vcxproj.user
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
|
@ -4,7 +4,7 @@
|
||||||
<Project xsi:type="com.visualgdb.project.linux">
|
<Project xsi:type="com.visualgdb.project.linux">
|
||||||
<CustomSourceDirectories>
|
<CustomSourceDirectories>
|
||||||
<Directories />
|
<Directories />
|
||||||
<PathStyle>MinGWUnixSlash</PathStyle>
|
<PathStyle>Unknown</PathStyle>
|
||||||
</CustomSourceDirectories>
|
</CustomSourceDirectories>
|
||||||
<BuildHost>
|
<BuildHost>
|
||||||
<Transport>None</Transport>
|
<Transport>None</Transport>
|
||||||
|
@ -58,6 +58,7 @@
|
||||||
<ProjectFile>Amiberry.vcxproj</ProjectFile>
|
<ProjectFile>Amiberry.vcxproj</ProjectFile>
|
||||||
<RemoteBuildEnvironment>
|
<RemoteBuildEnvironment>
|
||||||
<Records />
|
<Records />
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
|
|
|
@ -3,13 +3,11 @@
|
||||||
<UserDefinedVariableValues />
|
<UserDefinedVariableValues />
|
||||||
<DebugPreferences>
|
<DebugPreferences>
|
||||||
<CatchpointConfiguration>
|
<CatchpointConfiguration>
|
||||||
<Throw>false</Throw>
|
|
||||||
<Rethrow>false</Rethrow>
|
|
||||||
<Catch>false</Catch>
|
|
||||||
<Exec>false</Exec>
|
<Exec>false</Exec>
|
||||||
<Fork>false</Fork>
|
<Fork>false</Fork>
|
||||||
<Vfork>false</Vfork>
|
<Vfork>false</Vfork>
|
||||||
<Syscalls />
|
<Syscalls />
|
||||||
|
<CXXCatchpoints />
|
||||||
</CatchpointConfiguration>
|
</CatchpointConfiguration>
|
||||||
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
||||||
<MemoryWindowPreferences />
|
<MemoryWindowPreferences />
|
||||||
|
|
4
VisualGDB/Amiberry/Amiberry.vcxproj.user
Normal file
4
VisualGDB/Amiberry/Amiberry.vcxproj.user
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
|
@ -4,7 +4,7 @@
|
||||||
<Project xsi:type="com.visualgdb.project.linux">
|
<Project xsi:type="com.visualgdb.project.linux">
|
||||||
<CustomSourceDirectories>
|
<CustomSourceDirectories>
|
||||||
<Directories />
|
<Directories />
|
||||||
<PathStyle>MinGWUnixSlash</PathStyle>
|
<PathStyle>Unknown</PathStyle>
|
||||||
</CustomSourceDirectories>
|
</CustomSourceDirectories>
|
||||||
<BuildHost>
|
<BuildHost>
|
||||||
<Transport>None</Transport>
|
<Transport>None</Transport>
|
||||||
|
@ -53,6 +53,7 @@
|
||||||
<ProjectFile>guisan.vcxproj</ProjectFile>
|
<ProjectFile>guisan.vcxproj</ProjectFile>
|
||||||
<RemoteBuildEnvironment>
|
<RemoteBuildEnvironment>
|
||||||
<Records />
|
<Records />
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<Project xsi:type="com.visualgdb.project.linux">
|
<Project xsi:type="com.visualgdb.project.linux">
|
||||||
<CustomSourceDirectories>
|
<CustomSourceDirectories>
|
||||||
<Directories />
|
<Directories />
|
||||||
<PathStyle>MinGWUnixSlash</PathStyle>
|
<PathStyle>Unknown</PathStyle>
|
||||||
</CustomSourceDirectories>
|
</CustomSourceDirectories>
|
||||||
<BuildHost>
|
<BuildHost>
|
||||||
<Transport>None</Transport>
|
<Transport>None</Transport>
|
||||||
|
@ -53,6 +53,7 @@
|
||||||
<ProjectFile>guisan.vcxproj</ProjectFile>
|
<ProjectFile>guisan.vcxproj</ProjectFile>
|
||||||
<RemoteBuildEnvironment>
|
<RemoteBuildEnvironment>
|
||||||
<Records />
|
<Records />
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
|
|
4
VisualGDB/guisan/guisan.vcxproj.user
Normal file
4
VisualGDB/guisan/guisan.vcxproj.user
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue