From 0a68629dae8c78ed75b7ba780a5e71a5967f5b40 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 12:59:27 +0200 Subject: Add Pango solution and release scripts --- win32/deps/pango/release-x86.bat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 win32/deps/pango/release-x86.bat (limited to 'win32/deps/pango/release-x86.bat') diff --git a/win32/deps/pango/release-x86.bat b/win32/deps/pango/release-x86.bat new file mode 100644 index 00000000..a3b89d1d --- /dev/null +++ b/win32/deps/pango/release-x86.bat @@ -0,0 +1,21 @@ +:: run this from a command prompt +@echo off + +SET PACKAGE_NAME=pango-1.30.1 + +set PANGO_SRC=%cd% +set PANGO_DEST=%cd%-rel +echo.Press return when ready to install! +pause + +copy COPYING %PANGO_DEST%\LICENSE.PANGO + +cd %PANGO_DEST% +set PATH=%PATH%;%ProgramFiles%\7-zip +del ..\%PACKAGE_NAME%-x86.7z +7z a ..\%PACKAGE_NAME%-x86.7z * +cd %PANGO_SRC% +rmdir /q /s %PANGO_DEST% + +echo.Finished! +pause -- cgit 1.4.1