diff options
author | Karlson2k <k2k@narod.ru> | 2013-12-28 20:23:00 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-12-28 20:23:00 +0400 |
commit | a5788712e9eab90daca2c47b7e6b379142969464 (patch) | |
tree | 1bab38edc8f44e81dbedabff10da6f821c8e7844 /project | |
parent | 7827d46554250ed893594e791750bb96f100b1f5 (diff) |
[win32] Use "new" package format for tinyxml
Diffstat (limited to 'project')
-rw-r--r-- | project/BuildDependencies/scripts/0_package.list | 1 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/tinyxml_d.bat | 13 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/tinyxml_d.txt | 2 |
3 files changed, 1 insertions, 15 deletions
diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list index 18d1103c92..e0ca4034dc 100644 --- a/project/BuildDependencies/scripts/0_package.list +++ b/project/BuildDependencies/scripts/0_package.list @@ -22,3 +22,4 @@ pcre-8.33_1-win32.7z python-2.7.5-2-win32.7z sqlite-3.7.16.1-win32.7z taglib-1.8-win32.7z +tinyxml-2.6.2_3-win32.7z diff --git a/project/BuildDependencies/scripts/tinyxml_d.bat b/project/BuildDependencies/scripts/tinyxml_d.bat deleted file mode 100644 index f1e55e5d9d..0000000000 --- a/project/BuildDependencies/scripts/tinyxml_d.bat +++ /dev/null @@ -1,13 +0,0 @@ -@ECHO ON - -SET LOC_PATH=%CD% -SET FILES=%LOC_PATH%\tinyxml_d.txt - -CALL dlextract.bat tinyxml %FILES% - -cd %TMP_PATH% - -xcopy tinyxml-2.6.2-win32\include\tinyxml\* "%CUR_PATH%\include\" /E /Q /I /Y -copy tinyxml-2.6.2-win32\lib\* "%CUR_PATH%\lib\" /Y - -cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/tinyxml_d.txt b/project/BuildDependencies/scripts/tinyxml_d.txt deleted file mode 100644 index 77ba3b783d..0000000000 --- a/project/BuildDependencies/scripts/tinyxml_d.txt +++ /dev/null @@ -1,2 +0,0 @@ -; filename mirror of the file -tinyxml-2.6.2_1-win32.7z http://mirrors.xbmc.org/build-deps/win32/ |