overwrite 7z items as well and delete ATK translations too

This commit is contained in:
Berke Viktor 2012-05-13 14:54:43 +02:00
parent 5a50da6f82
commit 978f1c31aa
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -17,9 +17,10 @@ cd deps-x86
::obs cd ..
::obs set PATH=%OPATH%
7z x -y *.zip
7z x *.7z
7z x -y *.7z
::obs copy /y ..\build\glibconfig-x86.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