From d3506f392ac0e4ddf76543ce1eb5548204a7c58e Mon Sep 17 00:00:00 2001 From: wsoltys Date: Sun, 23 Feb 2014 20:42:30 +0100 Subject: [WIN32] remove harfbuzz library as its already compiled within our "internal" libass (see https://github.com/xbmc/libass) --- project/BuildDependencies/scripts/harfbuzz_d.bat | 13 ------------- project/BuildDependencies/scripts/harfbuzz_d.txt | 2 -- 2 files changed, 15 deletions(-) delete mode 100644 project/BuildDependencies/scripts/harfbuzz_d.bat delete mode 100644 project/BuildDependencies/scripts/harfbuzz_d.txt 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% diff --git a/project/BuildDependencies/scripts/harfbuzz_d.txt b/project/BuildDependencies/scripts/harfbuzz_d.txt deleted file mode 100644 index a323f03fb0..0000000000 --- a/project/BuildDependencies/scripts/harfbuzz_d.txt +++ /dev/null @@ -1,2 +0,0 @@ -; filename mirror of the file -harfbuzz-0.7.0.7z http://mirrors.xbmc.org/build-deps/win32/ -- cgit v1.2.3