remove gettext l10n

This commit is contained in:
Berke Viktor 2011-11-22 18:43:41 +01:00
parent e3bde82030
commit f105ae7324
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,13 @@ set PATH=%PROGRAMW6432%\7-Zip
cd ..\dep-x64
7z -y x *.zip
7z x *.7z
cd ..\dep-x86
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