diff options
author | WiSo <wiso@xbmc.org> | 2012-05-17 12:33:18 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-06-01 09:31:53 +0200 |
commit | b4a2dda52bd3cd4fdfa81ce59036b6c2e2bf9578 (patch) | |
tree | 90068fd5cd1175ba2b51801ae7d138e0d48c81b3 /project/BuildDependencies/scripts | |
parent | 0932b39f5b35bec18847bd5368176ffa461b342a (diff) |
[WIN32] added scripts to download libshairplay from our mirrors.
Diffstat (limited to 'project/BuildDependencies/scripts')
-rw-r--r-- | project/BuildDependencies/scripts/libshairplay_d.bat | 12 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/libshairplay_d.txt | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/libshairplay_d.bat b/project/BuildDependencies/scripts/libshairplay_d.bat new file mode 100644 index 0000000000..7176ff5d26 --- /dev/null +++ b/project/BuildDependencies/scripts/libshairplay_d.bat @@ -0,0 +1,12 @@ +@ECHO OFF + +SET LOC_PATH=%CD% +SET FILES=%LOC_PATH%\libshairplay_d.txt + +CALL dlextract.bat libnfs %FILES% + +cd %TMP_PATH% + +xcopy libshairplay-d689c6-win32\* "%XBMC_PATH%\" /E /Q /I /Y + +cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/libshairplay_d.txt b/project/BuildDependencies/scripts/libshairplay_d.txt new file mode 100644 index 0000000000..de96766207 --- /dev/null +++ b/project/BuildDependencies/scripts/libshairplay_d.txt @@ -0,0 +1,2 @@ +; filename source of the file +libshairplay-d689c6-win32.7z http://mirrors.xbmc.org/build-deps/win32/ |