aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts/tinyxml_d.bat
diff options
context:
space:
mode:
Diffstat (limited to 'project/BuildDependencies/scripts/tinyxml_d.bat')
-rw-r--r--project/BuildDependencies/scripts/tinyxml_d.bat13
1 files changed, 0 insertions, 13 deletions
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%