~x2go/x2go/x2goclient_build-main

« back to all changes in this revision

Viewing changes to copy-deps-win32.bat

  • Committer: Mihai Moldovan
  • Date: 2020-02-06 14:33:13 UTC
  • Revision ID: git-v1:05133817e2464e5590bf4ea66a0279c2a992ea26
Windows: Upgrade libssh from 0.7.4 to 0.9.3 (while maintaining Pageant support).

Drop libssh_threads library not provided (or used) any longer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
)
5
5
xcopy /E /Y    %1\cygwin\20180615-1_bin %3\ || exit /b  %errorlevel%
6
6
del %3\nxproxy.exe.unstripped %3\libXcomp.a %3\libXcomp.dll.a || exit /b  %errorlevel%
7
 
xcopy /E /Y    %1\libssh\0.7.4-x2go1-mingw482_bin\bin\libssh.dll %3\ || exit /b  %errorlevel%
8
 
xcopy /E /Y    %1\libssh\0.7.4-x2go1-mingw482_bin\bin\libssh_threads.dll %3\ || exit /b  %errorlevel%
 
7
xcopy /E /Y    %1\libssh\0.9.3-x2go1-mingw482_bin\bin\libssh.dll %3\ || exit /b  %errorlevel%
9
8
xcopy /E /Y    %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_dw2-1.dll %3\ || exit /b  %errorlevel%
10
9
xcopy /E /Y    %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %3\ || exit /b  %errorlevel%
11
10
xcopy /E /Y    %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %3\ || exit /b  %errorlevel%