1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-04 08:25:03 -05:00
hexchat/build/dep-extract.bat
2011-11-22 18:43:41 +01:00

16 lines
287 B
Batchfile

@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