Skip to content

Commit

Permalink
[WIN32] added scripts to download tinyxml from our mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSo authored and amejia1 committed May 4, 2012
1 parent 3e583ec commit 9c613a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions project/BuildDependencies/scripts/tinyxml_d.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@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%
2 changes: 2 additions & 0 deletions project/BuildDependencies/scripts/tinyxml_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
; filename mirror of the file
tinyxml-2.6.2-win32.7z http://mirrors.xbmc.org/build-deps/win32/

0 comments on commit 9c613a3

Please sign in to comment.