summary refs log tree commit diff stats
path: root/build/dep-extract.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-08-15 01:56:33 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-15 01:56:33 +0200
commit7a09aa74feabcfc74dbed0c61c5bf45de61661f0 (patch)
tree94d82d3c723af07144532166e6a6e98723981846 /build/dep-extract.bat
parent246349783b0eed9d64bb3fcac3f058181c3fd667 (diff)
extraction routine and glibconfig.h for x64
Diffstat (limited to 'build/dep-extract.bat')
-rw-r--r--build/dep-extract.bat11
1 files changed, 10 insertions, 1 deletions
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