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



                             
              
          


                             
      
@echo off
set PATH=%PROGRAMW6432%\7-Zip
cd ..\dep-x64
7z -y x *.zip
7z x *.7z
cd share\locale
del /q /s gettext-tools.mo
del /q /s gettext-runtime.mo
cd ..\..\..\dep-x86
7z -y x *.zip
7z x *.7z
cd share\locale
del /q /s gettext-tools.mo
del /q /s gettext-runtime.mo
pause