extraction routine and glibconfig.h for x64

This commit is contained in:
Berke Viktor
2011-08-15 01:56:33 +02:00
parent 246349783b
commit 7a09aa74fe
2 changed files with 236 additions and 1 deletions

View File

@@ -1,8 +1,17 @@
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip
cd ..\dep-x64
7z x *.zip
7z x -y *.rpm
7z x *.cpio
del *.cpio
xcopy /q /s /i usr\x86_64-w64-mingw32\sys-root\mingw\* .
rmdir /q /s usr
set OPATH=%PATH%
set PATH=%PATH%;c:\mozilla-build\python-2.7-x64
python ..\build\convert-lib-x64.py
set PATH=%OPATH%
7z x *.7z
copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h
cd ..\dep-x86
7z x -y *.rpm
7z x *.cpio