summary refs log tree commit diff stats
path: root/build/dep-extract.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/dep-extract.bat')
-rw-r--r--build/dep-extract.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/dep-extract.bat b/build/dep-extract.bat
deleted file mode 100644
index 05e40e02..00000000
--- a/build/dep-extract.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-@echo off

-set PATH=%PROGRAMW6432%\7-Zip

-cd ..\dep-x64

-7z x *.zip

-7z x *.7z

-cd ..\dep-x86

-7z x *.zip

-7z x *.7z

-pause