mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-25 14:50:23 +00:00
Add Pixman solution and release scripts
This commit is contained in:
21
win32/deps/pixman/release-x86.bat
Normal file
21
win32/deps/pixman/release-x86.bat
Normal file
@@ -0,0 +1,21 @@
|
||||
:: run this from a command prompt
|
||||
@echo off
|
||||
|
||||
SET PACKAGE_NAME=pixman-0.26.2
|
||||
|
||||
set PIXMAN_SRC=%cd%
|
||||
set PIXMAN_DEST=%cd%-rel
|
||||
echo.Press return when ready to install!
|
||||
pause
|
||||
|
||||
copy COPYING %PIXMAN_DEST%\LICENSE.PIXMAN
|
||||
|
||||
cd %PIXMAN_DEST%
|
||||
set PATH=%PATH%;%ProgramFiles%\7-zip
|
||||
del ..\%PACKAGE_NAME%-x86.7z
|
||||
7z a ..\%PACKAGE_NAME%-x86.7z *
|
||||
cd %PIXMAN_SRC%
|
||||
rmdir /q /s %PIXMAN_DEST%
|
||||
|
||||
echo.Finished!
|
||||
pause
|
||||
Reference in New Issue
Block a user