aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2012-05-25 16:05:10 +1200
committerJonathan Marshall <jmarshall@never.you.mind>2012-05-25 16:05:10 +1200
commitf9b56dcfe0a8b6bb0ea54b1c907934f265276ce8 (patch)
treef298bcc33e436a57a1a52a8676352837c8d816f8 /project/BuildDependencies/scripts
parentd452f55f5346bea9632cb44674d51632eb531ecd (diff)
the directory hasn't changed, just the archive name
Diffstat (limited to 'project/BuildDependencies/scripts')
-rw-r--r--project/BuildDependencies/scripts/tinyxml_d.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/tinyxml_d.bat b/project/BuildDependencies/scripts/tinyxml_d.bat
index 9845a92b69..f1e55e5d9d 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_1-win32\include\tinyxml\* "%CUR_PATH%\include\" /E /Q /I /Y
-copy tinyxml-2.6.2_1-win32\lib\* "%CUR_PATH%\lib\" /Y
+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%