aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2012-05-25 12:58:57 +1200
committerJonathan Marshall <jmarshall@never.you.mind>2012-05-25 12:58:57 +1200
commitf215d0bd190604cb87b7835cbbae5228253b9021 (patch)
tree2ffda95181ba02001e3aa53a7ba401395b4634ae /project/BuildDependencies
parentbdfd07da829adfef71d59762151eeaea206c072e (diff)
update tinyxml build dep fetches so we can grab a suitably built tinyxmlSTLd.lib
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r--project/BuildDependencies/scripts/tinyxml_d.bat4
-rw-r--r--project/BuildDependencies/scripts/tinyxml_d.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/project/BuildDependencies/scripts/tinyxml_d.bat b/project/BuildDependencies/scripts/tinyxml_d.bat
index f1e55e5d9d..9845a92b69 100644
--- a/project/BuildDependencies/scripts/tinyxml_d.bat
+++ b/project/BuildDependencies/scripts/tinyxml_d.bat
@@ -7,7 +7,7 @@ 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
+xcopy tinyxml-2.6.2_1-win32\include\tinyxml\* "%CUR_PATH%\include\" /E /Q /I /Y
+copy tinyxml-2.6.2_1-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
index 0440c3db39..77ba3b783d 100644
--- a/project/BuildDependencies/scripts/tinyxml_d.txt
+++ b/project/BuildDependencies/scripts/tinyxml_d.txt
@@ -1,2 +1,2 @@
; filename mirror of the file
-tinyxml-2.6.2-win32.7z http://mirrors.xbmc.org/build-deps/win32/
+tinyxml-2.6.2_1-win32.7z http://mirrors.xbmc.org/build-deps/win32/