From 7a09aa74feabcfc74dbed0c61c5bf45de61661f0 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 15 Aug 2011 01:56:33 +0200 Subject: extraction routine and glibconfig.h for x64 --- build/dep-extract.bat | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'build/dep-extract.bat') diff --git a/build/dep-extract.bat b/build/dep-extract.bat index 819e4c2f..a088c6a2 100644 --- a/build/dep-extract.bat +++ b/build/dep-extract.bat @@ -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 -- cgit 1.4.1