diff options
-rw-r--r-- | project/BuildDependencies/scripts/libssh_d.bat | 14 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/libssh_d.txt | 3 |
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 |