[idd] lgmp: route clipboard file operations

This commit is contained in:
Geoffrey McRae
2026-08-14 13:46:17 +10:00
parent 88fd0da19e
commit 3525796a00
6 changed files with 736 additions and 19 deletions

View File

@@ -78,6 +78,7 @@
<ClCompile Include="transport\lgmp\CIVSHMEM.cpp" />
<ClCompile Include="transport\lgmp\CRecovery.cpp" />
<ClCompile Include="transport\lgmp\CLGMPClipboardTransport.cpp" />
<ClCompile Include="transport\lgmp\CLGMPClipboardFiles.cpp" />
<ClCompile Include="transport\lgmp\CLGMPControl.cpp" />
<ClCompile Include="transport\lgmp\CLGMPFrameCaps.cpp" />
<ClCompile Include="transport\lgmp\CLGMPFrameTransport.cpp" />
@@ -154,6 +155,7 @@
<ClInclude Include="transport\lgmp\CIVSHMEM.h" />
<ClInclude Include="transport\lgmp\CRecovery.h" />
<ClInclude Include="transport\lgmp\CLGMPClipboardTransport.h" />
<ClInclude Include="transport\lgmp\CLGMPClipboardFiles.h" />
<ClInclude Include="transport\lgmp\CLGMPControl.h" />
<ClInclude Include="transport\lgmp\CLGMPFrameCaps.h" />
<ClInclude Include="transport\lgmp\CLGMPFrameTransport.h" />