summary refs log tree commit diff stats
path: root/src/htm/Properties/Settings.settings
diff options
context:
space:
mode:
Diffstat (limited to 'src/htm/Properties/Settings.settings')
0 files changed, 0 insertions, 0 deletions
in32/deps/pixman/release-x64.bat?h=feature/tls-srp&id=9c3ea364836f52ca4bc980282f22240bfd4c51e5'>9c3ea364 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24









                                         



                                            









                                     
:: 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

mkdir %PIXMAN_DEST%\share
mkdir %PIXMAN_DEST%\share\doc
mkdir %PIXMAN_DEST%\share\doc\pixman
copy COPYING %PIXMAN_DEST%\share\doc\pixman

cd %PIXMAN_DEST%
set PATH=%PATH%;%ProgramFiles%\7-zip
del ..\%PACKAGE_NAME%-x64.7z
7z a ..\%PACKAGE_NAME%-x64.7z *
cd %PIXMAN_SRC%
rmdir /q /s %PIXMAN_DEST%

echo.Finished!
pause