From dd44b0efeafabf671cdfe568bf308400f85f3b20 Mon Sep 17 00:00:00 2001 From: WiSo Date: Mon, 4 Apr 2011 18:45:16 +0200 Subject: [WIN32] download libssh from our mirror --- project/BuildDependencies/scripts/libssh_d.bat | 14 ++++++++++++++ project/BuildDependencies/scripts/libssh_d.txt | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 project/BuildDependencies/scripts/libssh_d.bat create mode 100644 project/BuildDependencies/scripts/libssh_d.txt diff --git a/project/BuildDependencies/scripts/libssh_d.bat b/project/BuildDependencies/scripts/libssh_d.bat new file mode 100644 index 0000000000..a99509b820 --- /dev/null +++ b/project/BuildDependencies/scripts/libssh_d.bat @@ -0,0 +1,14 @@ +@ECHO OFF + +SET LOC_PATH=%CD% +SET FILES=%LOC_PATH%\libssh_d.txt + +CALL dlextract.bat libssh %FILES% + +cd %TMP_PATH% + +xcopy include\libssh "%CUR_PATH%\include\libssh" /E /Q /I /Y +copy lib\ssh.lib "%CUR_PATH%\lib\" /Y +copy bin\ssh.dll "%XBMC_PATH%\system\" /Y + +cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/libssh_d.txt b/project/BuildDependencies/scripts/libssh_d.txt new file mode 100644 index 0000000000..46d259f00d --- /dev/null +++ b/project/BuildDependencies/scripts/libssh_d.txt @@ -0,0 +1,3 @@ +; filename mirror of the file source of the file +libssh-vc100-0.4.7-1-lib.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libssh-vc100-0.4.7-1-lib.tar.bz2 +libssh-vc100-0.4.7-1-bin.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libssh-vc100-0.4.7-1-bin.tar.bz2 \ No newline at end of file -- cgit v1.2.3