aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts/harfbuzz_d.bat
diff options
context:
space:
mode:
Diffstat (limited to 'project/BuildDependencies/scripts/harfbuzz_d.bat')
-rw-r--r--project/BuildDependencies/scripts/harfbuzz_d.bat13
1 files changed, 0 insertions, 13 deletions
diff --git a/project/BuildDependencies/scripts/harfbuzz_d.bat b/project/BuildDependencies/scripts/harfbuzz_d.bat
deleted file mode 100644
index 1692411d1f..0000000000
--- a/project/BuildDependencies/scripts/harfbuzz_d.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-@ECHO ON
-
-SET LOC_PATH=%CD%
-SET FILES=%LOC_PATH%\harfbuzz_d.txt
-
-CALL dlextract.bat harfbuzz %FILES%
-
-cd %TMP_PATH%
-
-xcopy harfbuzz-0.7.0\include\* "%CUR_PATH%\include\" /E /Q /I /Y
-copy harfbuzz-0.7.0\lib\harfbuzz.lib "%CUR_PATH%\lib\" /Y
-
-cd %LOC_PATH%