From 5454b3b7312664f8528839459f9a4a1fe8b9d38f Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sat, 15 May 2021 00:23:00 -0700 Subject: [PATCH] Add new dependent source file: telnets.c --- src/syncterm/SyncTERM.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/syncterm/SyncTERM.vcxproj b/src/syncterm/SyncTERM.vcxproj index 3ed8cc522e..a58f9a3d0b 100644 --- a/src/syncterm/SyncTERM.vcxproj +++ b/src/syncterm/SyncTERM.vcxproj @@ -131,6 +131,7 @@ <ClCompile Include="ssh.c" /> <ClCompile Include="st_crypt.c" /> <ClCompile Include="syncterm.c" /> + <ClCompile Include="telnets.c" /> <ClCompile Include="telnet_io.c" /> <ClCompile Include="term.c" /> <ClCompile Include="uifcinit.c" /> -- GitLab