hexchat/build/dep-extract.bat

15 lines
245 B
Batchfile
Raw Normal View History

2011-02-28 18:59:32 +01:00
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip
2011-02-28 18:59:32 +01: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
2011-02-28 18:59:32 +01:00
7z x *.zip
7z x *.7z
pause