Updated VisualGDB project to include new PanelAbout

This commit is contained in:
Dimitris Panokostas 2017-12-28 00:10:50 +01:00
parent 43479887b6
commit 19c5728ca3
3 changed files with 7 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<Transport>None</Transport>
</BuildHost>
<DeploymentHost>
<HostName>192.168.1.189</HostName>
<HostName>192.168.1.121</HostName>
<Transport>SSH</Transport>
<UserName>pi</UserName>
</DeploymentHost>
@ -58,6 +58,7 @@
<ProjectFile>Amiberry.vcxproj</ProjectFile>
<RemoteBuildEnvironment>
<Records />
<EnvironmentSetupFiles />
</RemoteBuildEnvironment>
<ParallelJobCount>1</ParallelJobCount>
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
@ -105,7 +106,7 @@
<KeepConsoleAfterExit>false</KeepConsoleAfterExit>
<RunGDBUnderSudo>false</RunGDBUnderSudo>
<DeploymentMode>Auto</DeploymentMode>
<LdLibraryPath />
<LdLibraryPath>/usr/local/lib</LdLibraryPath>
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
<SuppressTTYCreation>false</SuppressTTYCreation>
</Debug>

View file

@ -197,6 +197,7 @@
<ClCompile Include="..\..\src\osdep\gui\InGameMessage.cpp" />
<ClCompile Include="..\..\src\osdep\gui\main_window.cpp" />
<ClCompile Include="..\..\src\osdep\gui\Navigation.cpp" />
<ClCompile Include="..\..\src\osdep\gui\PanelAbout.cpp" />
<ClCompile Include="..\..\src\osdep\gui\PanelChipset.cpp" />
<ClCompile Include="..\..\src\osdep\gui\PanelConfig.cpp" />
<ClCompile Include="..\..\src\osdep\gui\PanelCPU.cpp" />

View file

@ -610,6 +610,9 @@
<ClCompile Include="..\..\src\archivers\7z\CpuArch.c">
<Filter>Source files\archivers\7z</Filter>
</ClCompile>
<ClCompile Include="..\..\src\osdep\gui\PanelAbout.cpp">
<Filter>Source files\osdep\gui</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\blit.h">