summary refs log tree commit diff stats
path: root/src/common/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dbus')
0 files changed, 0 insertions, 0 deletions
exchat.org> 2012-10-02 10:26:01 +0200 Add cairo solution, release scripts and patches' href='/git-repos/torxchat.git/commit/win32/deps/cairo/release-x86.bat?h=feature/flexible-cert&id=94ad6dc01283cf61fee2bc884b9f1856433af579'>94ad6dc0 ^
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=cairo-1.10.2

set CAIRO_SRC=%cd%
set CAIRO_DEST=%cd%-rel
echo.Press return when ready to install!
pause

mkdir %CAIRO_DEST%\share
mkdir %CAIRO_DEST%\share\doc
mkdir %CAIRO_DEST%\share\doc\cairo
copy COPYING %CAIRO_DEST%\share\doc\cairo

cd %CAIRO_DEST%
set PATH=%PATH%;%ProgramFiles%\7-zip
del ..\%PACKAGE_NAME%-x86.7z
7z a ..\%PACKAGE_NAME%-x86.7z *
cd %CAIRO_SRC%
rmdir /q /s %CAIRO_DEST%

echo.Finished!
pause