c.sexchat/build/dep-extract.bat

16 lines
287 B
Batchfile
Raw Normal View History

2011-02-28 18:59:32 +01:00
@echo off
2011-11-22 15:51:27 +01:00
set PATH=%PROGRAMW6432%\7-Zip
2011-02-28 18:59:32 +01:00
cd ..\dep-x64
2011-11-22 16:14:22 +01:00
7z -y x *.zip
2011-02-28 18:59:32 +01:00
7z x *.7z
2011-11-22 18:43:41 +01:00
cd share\locale
del /q /s gettext-tools.mo
del /q /s gettext-runtime.mo
cd ..\..\..\dep-x86
2011-11-22 16:14:22 +01:00
7z -y x *.zip
2011-11-22 15:51:27 +01:00
7z x *.7z
2011-11-22 18:43:41 +01:00
cd share\locale
del /q /s gettext-tools.mo
del /q /s gettext-runtime.mo
2011-02-28 18:59:32 +01:00
pause