summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/deps-extract-x64.bat7
-rw-r--r--win32/deps-extract-x86.bat7
-rw-r--r--win32/deps-extract-xp-x64.bat (renamed from win32/dep-extract-x64.bat)0
-rw-r--r--win32/deps-extract-xp-x86.bat (renamed from win32/dep-extract-x86.bat)0
4 files changed, 14 insertions, 0 deletions
diff --git a/win32/deps-extract-x64.bat b/win32/deps-extract-x64.bat
new file mode 100644
index 00000000..33a7fcab
--- /dev/null
+++ b/win32/deps-extract-x64.bat
@@ -0,0 +1,7 @@
+:: run this from a command prompt

+@echo off

+set PATH=%PATH%;%ProgramFiles%\7-zip

+

+cd x64

+7z x *.7z

+pause

diff --git a/win32/deps-extract-x86.bat b/win32/deps-extract-x86.bat
new file mode 100644
index 00000000..dc6e64e8
--- /dev/null
+++ b/win32/deps-extract-x86.bat
@@ -0,0 +1,7 @@
+:: run this from a command prompt

+@echo off

+set PATH=%PATH%;%ProgramFiles%\7-zip

+

+cd Win32

+7z x *.7z

+pause

diff --git a/win32/dep-extract-x64.bat b/win32/deps-extract-xp-x64.bat
index 133c599d..133c599d 100644
--- a/win32/dep-extract-x64.bat
+++ b/win32/deps-extract-xp-x64.bat
diff --git a/win32/dep-extract-x86.bat b/win32/deps-extract-xp-x86.bat
index db087587..db087587 100644
--- a/win32/dep-extract-x86.bat
+++ b/win32/deps-extract-xp-x86.bat