summary refs log blame commit diff stats
path: root/build/dep-extract.bat
blob: c3aba497f46da79e1216d7167b27a06cf9ce256a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
          
                                     



              




                                                       


           
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip
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
7z x *.zip
7z x *.7z
pause