Updated VisualGDB project to include new PanelAbout
This commit is contained in:
parent
43479887b6
commit
19c5728ca3
3 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue