Add GLib solution and release scripts
This commit is contained in:
21
win32/deps/glib/release-x86.bat
Normal file
21
win32/deps/glib/release-x86.bat
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user