aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-04-04 18:45:16 +0200
committerWiSo <wiso@xbmc.org>2011-04-04 18:49:36 +0200
commitdd44b0efeafabf671cdfe568bf308400f85f3b20 (patch)
tree6c9686e05829c2ca7e53e4c9ae2868b4d6e15c92
parentbd95d076d068a80a998703ef1a5a43d51b956995 (diff)
[WIN32] download libssh from our mirror
-rw-r--r--project/BuildDependencies/scripts/libssh_d.bat14
-rw-r--r--project/BuildDependencies/scripts/libssh_d.txt3
2 files changed, 17 insertions, 0 deletions
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