overwrite 7z items as well and delete ATK translations too
This commit is contained in:
parent
5a50da6f82
commit
978f1c31aa
|
@ -17,9 +17,10 @@ cd deps-x64
|
||||||
::obs cd ..
|
::obs cd ..
|
||||||
::obs set PATH=%OPATH%
|
::obs set PATH=%OPATH%
|
||||||
7z x -y *.zip
|
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
|
::obs copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h
|
||||||
cd share\locale
|
cd share\locale
|
||||||
|
del /q /s atk10.mo
|
||||||
del /q /s gettext-tools.mo
|
del /q /s gettext-tools.mo
|
||||||
del /q /s gettext-runtime.mo
|
del /q /s gettext-runtime.mo
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -17,9 +17,10 @@ cd deps-x86
|
||||||
::obs cd ..
|
::obs cd ..
|
||||||
::obs set PATH=%OPATH%
|
::obs set PATH=%OPATH%
|
||||||
7z x -y *.zip
|
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
|
::obs copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h
|
||||||
cd share\locale
|
cd share\locale
|
||||||
|
del /q /s atk10.mo
|
||||||
del /q /s gettext-tools.mo
|
del /q /s gettext-tools.mo
|
||||||
del /q /s gettext-runtime.mo
|
del /q /s gettext-runtime.mo
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Reference in New Issue