summary refs log tree commit diff stats
path: root/win32/deps/pango/release-x64.bat
blob: bf36b59bdcf888f931c966a5ac605bfcce42c61f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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%-x64.7z
7z a ..\%PACKAGE_NAME%-x64.7z *
cd %PANGO_SRC%
rmdir /q /s %PANGO_DEST%

echo.Finished!
pause