aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts/libxslt_d.bat
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2013-12-24 11:28:43 +0100
committerWiSo <wiso@xbmc.org>2013-12-24 11:28:43 +0100
commit5824572d6eee581af19f8ff52dabda3afa854ea5 (patch)
tree23f153981e19c58f32aba73b1a6957e76fb27af6 /project/BuildDependencies/scripts/libxslt_d.bat
parent9a581a0521d0b96f6c4286693de5cdc542b971fd (diff)
[WIN32] changed: used repackaged libxslt and libxml2. No need for the packaging scripts (thanks karlson2k)
Diffstat (limited to 'project/BuildDependencies/scripts/libxslt_d.bat')
-rw-r--r--project/BuildDependencies/scripts/libxslt_d.bat15
1 files changed, 0 insertions, 15 deletions
diff --git a/project/BuildDependencies/scripts/libxslt_d.bat b/project/BuildDependencies/scripts/libxslt_d.bat
deleted file mode 100644
index f61128b61a..0000000000
--- a/project/BuildDependencies/scripts/libxslt_d.bat
+++ /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%