[WIN32] download libssh from our mirror
authorWiSo <wiso@xbmc.org>
Mon, 4 Apr 2011 16:45:16 +0000 (18:45 +0200)
committerWiSo <wiso@xbmc.org>
Mon, 4 Apr 2011 16:49:36 +0000 (18:49 +0200)
project/BuildDependencies/scripts/libssh_d.bat [new file with mode: 0644]
project/BuildDependencies/scripts/libssh_d.txt [new file with mode: 0644]

diff --git a/project/BuildDependencies/scripts/libssh_d.bat b/project/BuildDependencies/scripts/libssh_d.bat
new file mode 100644 (file)
index 0000000..a99509b
--- /dev/null
@@ -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 (file)
index 0000000..46d259f
--- /dev/null
@@ -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