summary refs log tree commit diff stats
path: root/win32/deps/pixman/release-x64.bat
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-01 16:25:02 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-01 16:25:02 +0200
commit9c3ea364836f52ca4bc980282f22240bfd4c51e5 (patch)
tree701387934dc7b06e573f67bf2cb3130aefdecad0 /win32/deps/pixman/release-x64.bat
parentf618f914cd9d85ffba506e64c4a2cf998f10e465 (diff)
Add Pixman solution and release scripts
Diffstat (limited to 'win32/deps/pixman/release-x64.bat')
-rw-r--r--win32/deps/pixman/release-x64.bat21
1 files changed, 21 insertions, 0 deletions
diff --git a/win32/deps/pixman/release-x64.bat b/win32/deps/pixman/release-x64.bat
new file mode 100644
index 00000000..2a079efe
--- /dev/null
+++ b/win32/deps/pixman/release-x64.bat
@@ -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%-x64.7z

+7z a ..\%PACKAGE_NAME%-x64.7z *

+cd %PIXMAN_SRC%

+rmdir /q /s %PIXMAN_DEST%

+

+echo.Finished!

+pause