aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts/libxml2_d.bat
diff options
context:
space:
mode:
Diffstat (limited to 'project/BuildDependencies/scripts/libxml2_d.bat')
-rw-r--r--project/BuildDependencies/scripts/libxml2_d.bat15
1 files changed, 0 insertions, 15 deletions
diff --git a/project/BuildDependencies/scripts/libxml2_d.bat b/project/BuildDependencies/scripts/libxml2_d.bat
deleted file mode 100644
index 54605254ff..0000000000
--- a/project/BuildDependencies/scripts/libxml2_d.bat
+++ /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%