From f8c7152785b0d75612436132133c6f96882451ee Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 30 Sep 2012 20:16:39 +0200 Subject: Add GLib solution and release scripts --- win32/deps/glib/release-x86.bat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 win32/deps/glib/release-x86.bat (limited to 'win32/deps/glib/release-x86.bat') diff --git a/win32/deps/glib/release-x86.bat b/win32/deps/glib/release-x86.bat new file mode 100644 index 00000000..20e43721 --- /dev/null +++ b/win32/deps/glib/release-x86.bat @@ -0,0 +1,21 @@ +:: run this from a command prompt +@echo off + +SET PACKAGE_NAME=glib-2.34.0 + +set GLIB_SRC=%cd% +set GLIB_DEST=%cd%-rel +echo.Press return when ready to install! +pause + +copy COPYING %GLIB_DEST%\LICENSE.GLIB + +cd %GLIB_DEST% +set PATH=%PATH%;%ProgramFiles%\7-zip +del ..\%PACKAGE_NAME%-x86.7z +7z a ..\%PACKAGE_NAME%-x86.7z * +cd %GLIB_SRC% +rmdir /q /s %GLIB_DEST% + +echo.Finished! +pause -- cgit 1.4.1