summary refs log tree commit diff stats
path: root/win32/dep-extract-x64.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-05-13 14:54:43 +0200
committerBerke Viktor <berkeviktor@aol.com>2012-05-13 14:54:43 +0200
commit978f1c31aa812738c605ae530cfe210ca0e51966 (patch)
tree7a8a92b17f22d4c74b198c8af508609774922131 /win32/dep-extract-x64.bat
parent5a50da6f827f96f12739a50d8917d43e28191551 (diff)
overwrite 7z items as well and delete ATK translations too
Diffstat (limited to 'win32/dep-extract-x64.bat')
-rw-r--r--win32/dep-extract-x64.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/dep-extract-x64.bat b/win32/dep-extract-x64.bat
index e346891a..ee958c9b 100644
--- a/win32/dep-extract-x64.bat
+++ b/win32/dep-extract-x64.bat
@@ -17,9 +17,10 @@ cd deps-x64
 ::obs cd ..

 ::obs set PATH=%OPATH%

 7z x -y *.zip

-7z x *.7z

+7z x -y *.7z

 ::obs copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h

 cd share\locale

+del /q /s atk10.mo

 del /q /s gettext-tools.mo

 del /q /s gettext-runtime.mo

 pause