[WIN32] changed: used repackaged libxslt and libxml2. No need for the packaging scrip...
authorWiSo <wiso@xbmc.org>
Tue, 24 Dec 2013 10:28:43 +0000 (11:28 +0100)
committerWiSo <wiso@xbmc.org>
Tue, 24 Dec 2013 10:28:43 +0000 (11:28 +0100)
project/BuildDependencies/scripts/0_package.list
project/BuildDependencies/scripts/libxml2_d.bat [deleted file]
project/BuildDependencies/scripts/libxml2_d.txt [deleted file]
project/BuildDependencies/scripts/libxslt_d.bat [deleted file]
project/BuildDependencies/scripts/libxslt_d.txt [deleted file]

index d4f6f03..18d1103 100644 (file)
@@ -16,6 +16,8 @@ libjpeg-turbo-1.2.0-win32.7z
 libnfs-1.6.1-win32.7z
 libshairplay-c159ca7-win32.7z
 libssh-0.5.0-1-win32.zip
+libxml2-2.7.8_1-win32.7z
+libxslt-1.1.26_1-win32.7z
 pcre-8.33_1-win32.7z
 python-2.7.5-2-win32.7z
 sqlite-3.7.16.1-win32.7z
diff --git a/project/BuildDependencies/scripts/libxml2_d.bat b/project/BuildDependencies/scripts/libxml2_d.bat
deleted file mode 100644 (file)
index 5460525..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-@ECHO ON
-rem libxml2 is needed by libxslt
-
-SET LOC_PATH=%CD%
-SET FILES=%LOC_PATH%\libxml2_d.txt
-
-CALL dlextract.bat libxml2 %FILES%
-
-cd %TMP_PATH%
-
-echo readme.txt > libxml2_exclude.txt
-
-xcopy libxml2-2.7.8-win32\* "%XBMC_PATH%\" /E /Q /I /Y /EXCLUDE:libxml2_exclude.txt
-
-cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/libxml2_d.txt b/project/BuildDependencies/scripts/libxml2_d.txt
deleted file mode 100644 (file)
index ab83b9d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-; filename                        source of the file
-libxml2-2.7.8-win32.7z             http://mirrors.xbmc.org/build-deps/win32/
diff --git a/project/BuildDependencies/scripts/libxslt_d.bat b/project/BuildDependencies/scripts/libxslt_d.bat
deleted file mode 100644 (file)
index f61128b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-@ECHO OFF
-rem libxslt depends on libxml2
-
-SET LOC_PATH=%CD%
-SET FILES=%LOC_PATH%\libxslt_d.txt
-
-CALL dlextract.bat libxslt %FILES%
-
-cd %TMP_PATH%
-
-echo readme.txt > libxslt_exclude.txt
-
-xcopy libxslt-1.1.26-win32\* "%XBMC_PATH%\" /E /Q /I /Y /EXCLUDE:libxslt_exclude.txt
-
-cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/libxslt_d.txt b/project/BuildDependencies/scripts/libxslt_d.txt
deleted file mode 100644 (file)
index df6eb16..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-; filename                             mirror of the file
-libxslt-1.1.26-win32.7z                            http://mirrors.xbmc.org/build-deps/win32/                   
\ No newline at end of file