diff options
author | WiSo <wiso@xbmc.org> | 2011-04-04 19:59:04 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-04 19:59:04 +0200 |
commit | 79b0df5417258fa61a463e43c697433e9ee7b77a (patch) | |
tree | bb6abd7c27ded581686694c37dddb947be9e3abc | |
parent | 358fa71f9021db1b36ef59ab1effd1cbf4a9cf48 (diff) |
[WIN32] download sqlite from our mirror
-rw-r--r-- | project/BuildDependencies/scripts/libsqlite_d.bat | 13 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/libsqlite_d.txt | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/libsqlite_d.bat b/project/BuildDependencies/scripts/libsqlite_d.bat new file mode 100644 index 0000000000..4839cf015a --- /dev/null +++ b/project/BuildDependencies/scripts/libsqlite_d.bat @@ -0,0 +1,13 @@ +@ECHO OFF + +SET LOC_PATH=%CD% +SET FILES=%LOC_PATH%\libsqlite_d.txt + +CALL dlextract.bat libsqlite %FILES% + +cd %TMP_PATH% + +xcopy include "%CUR_PATH%\include" /E /Q /I /Y +copy lib\sqlite3.lib "%CUR_PATH%\lib\" /Y + +cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/libsqlite_d.txt b/project/BuildDependencies/scripts/libsqlite_d.txt new file mode 100644 index 0000000000..bfe39ba67c --- /dev/null +++ b/project/BuildDependencies/scripts/libsqlite_d.txt @@ -0,0 +1,2 @@ +; filename mirror of the file source of the file +sqlite-vc100-3.7.2-lib.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/sqlite-vc100-3.7.2-lib.tar.bz2
\ No newline at end of file |