diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-22 18:43:41 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-22 18:43:41 +0100 |
commit | f105ae7324c1477c345ff9ad7323d86e4eb484a0 (patch) | |
tree | d7ef098507aa90dd74d154c4747e90166d12277c | |
parent | e3bde820305e1862138b9f5639d96e36c00c8fc0 (diff) |
remove gettext l10n
-rw-r--r-- | build/dep-extract.bat | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/build/dep-extract.bat b/build/dep-extract.bat index f6ffbdec..13941ab0 100644 --- a/build/dep-extract.bat +++ b/build/dep-extract.bat @@ -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 |