Updated VisualGDB solution to include amiberry_whdloader.cpp
This commit is contained in:
parent
12c2272f4b
commit
16a14ce95e
6 changed files with 13 additions and 1 deletions
|
@ -185,6 +185,7 @@
|
|||
<ClCompile Include="..\..\src\osdep\amiberry_input.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_mem.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_rp9.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_whdbooter.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\arm_helper.s" />
|
||||
<ClCompile Include="..\..\src\osdep\bsdsocket_host.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\cda_play.cpp" />
|
||||
|
|
|
@ -608,6 +608,9 @@
|
|||
<ClCompile Include="..\..\src\sounddep\sound.cpp">
|
||||
<Filter>Source files\sounddep</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_whdbooter.cpp">
|
||||
<Filter>Source files\osdep</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\blit.h">
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|VisualGDB'">
|
||||
<GNUConfigurationType>Debug</GNUConfigurationType>
|
||||
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
|
||||
<ToolchainVersion>4.9.2/7.7.1/r4</ToolchainVersion>
|
||||
<ToolchainVersion>6.3.0/7.12/r1</ToolchainVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
|
||||
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
|
||||
|
@ -327,6 +327,7 @@
|
|||
<ClCompile Include="..\..\src\osdep\amiberry_input.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_mem.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_rp9.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_whdbooter.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\bsdsocket_host.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\cda_play.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\charset.cpp" />
|
||||
|
|
|
@ -1022,5 +1022,8 @@
|
|||
<ClCompile Include="..\..\src\caps\caps_win32.cpp">
|
||||
<Filter>Source files\caps</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_whdbooter.cpp">
|
||||
<Filter>Source files\osdep</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -238,6 +238,7 @@
|
|||
<ClCompile Include="..\..\src\osdep\amiberry_input.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_mem.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_rp9.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_whdbooter.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\bsdsocket_host.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\cda_play.cpp" />
|
||||
<ClCompile Include="..\..\src\osdep\charset.cpp" />
|
||||
|
|
|
@ -607,6 +607,9 @@
|
|||
<ClCompile Include="..\..\src\caps\caps_win32.cpp">
|
||||
<Filter>Source files\caps</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\osdep\amiberry_whdbooter.cpp">
|
||||
<Filter>Source files\osdep</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\blit.h">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue