Updated VisualGDB projects with caps file renaming
This commit is contained in:
parent
d3361f6917
commit
bacd1c139b
5 changed files with 10 additions and 9 deletions
|
@ -130,7 +130,7 @@
|
|||
<ClCompile Include="..\..\src\blkdev_cdimage.cpp" />
|
||||
<ClCompile Include="..\..\src\bsdsocket.cpp" />
|
||||
<ClCompile Include="..\..\src\calc.cpp" />
|
||||
<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" />
|
||||
|
|
|
@ -434,9 +434,6 @@
|
|||
<ClCompile Include="..\..\src\archivers\zip\unzip.cpp">
|
||||
<Filter>Source files\archivers\zip</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\caps\caps_win32.cpp">
|
||||
<Filter>Source files\caps</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\machdep\support.cpp">
|
||||
<Filter>Source files\machdep</Filter>
|
||||
</ClCompile>
|
||||
|
@ -605,6 +602,9 @@
|
|||
<ClCompile Include="..\..\src\osdep\amiberry_whdbooter.cpp">
|
||||
<Filter>Source files\osdep</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\caps\caps_amiberry.cpp">
|
||||
<Filter>Source files\caps</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\archivers\7z\7z.h">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<PathStyle>Unknown</PathStyle>
|
||||
</CustomSourceDirectories>
|
||||
<DeploymentHost>
|
||||
<HostName>192.168.1.173</HostName>
|
||||
<HostName>192.168.1.142</HostName>
|
||||
<Transport>SSH</Transport>
|
||||
<UserName>pi</UserName>
|
||||
</DeploymentHost>
|
||||
|
@ -55,6 +55,7 @@
|
|||
<ProjectFile>Amiberry.vcxproj</ProjectFile>
|
||||
<RemoteBuildEnvironment>
|
||||
<Records />
|
||||
<EnvironmentSetupFiles />
|
||||
</RemoteBuildEnvironment>
|
||||
<ParallelJobCount>1</ParallelJobCount>
|
||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||
|
|
|
@ -188,7 +188,7 @@
|
|||
<ClCompile Include="..\..\src\blkdev_cdimage.cpp" />
|
||||
<ClCompile Include="..\..\src\bsdsocket.cpp" />
|
||||
<ClCompile Include="..\..\src\calc.cpp" />
|
||||
<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" />
|
||||
|
|
|
@ -595,12 +595,12 @@
|
|||
<ClCompile Include="..\..\src\dlopen.cpp">
|
||||
<Filter>Source files</Filter>
|
||||
</ClCompile>
|
||||
<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>
|
||||
<ClCompile Include="..\..\src\caps\caps_amiberry.cpp">
|
||||
<Filter>Source files\caps</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\threaddep\thread.h">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue