summary refs log tree commit diff stats
path: root/build/dep-extract.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-28 15:37:36 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-28 15:37:36 +0100
commitec29822ef45b0522bc7caa7e30d1c575a1b9f8c0 (patch)
tree4046e0d4cb1e116fe3801aa3316874bb0d3a50dc /build/dep-extract.bat
parent53c223dea44cd54fb6aca2de952da49a8105d1b0 (diff)
obs fixes part 1
Diffstat (limited to 'build/dep-extract.bat')
-rw-r--r--build/dep-extract.bat15
1 files changed, 0 insertions, 15 deletions
diff --git a/build/dep-extract.bat b/build/dep-extract.bat
deleted file mode 100644
index 13941ab0..00000000
--- a/build/dep-extract.bat
+++ /dev/null
@@ -1,15 +0,0 @@
-@echo off

-set PATH=%PROGRAMW6432%\7-Zip

-cd ..\dep-x64

-7z -y x *.zip

-7z x *.7z

-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