1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-17 23:05:09 -05:00
hexchat/build/dep-extract.bat

19 lines
423 B
Batchfile
Raw Normal View History

2011-02-28 12:59:32 -05:00
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip
2011-02-28 12:59:32 -05:00
cd ..\dep-x64
7z x *.zip
7z x *.7z
cd ..\dep-x86
7z x -y *.rpm
7z x *.cpio
del *.cpio
xcopy /q /s /i usr\i686-w64-mingw32\sys-root\mingw\* .
rmdir /q /s usr
set OPATH=%PATH%
set PATH=%PATH%;c:\mozilla-build\python-2.7-x86
2011-08-14 19:34:44 -04:00
python ..\build\convert-lib-x86.py
set PATH=%OPATH%
2011-02-28 12:59:32 -05:00
7z x *.7z
2011-08-14 19:34:44 -04:00
copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h
2011-02-28 12:59:32 -05:00
pause