From ccd2fd6c77d2272a67022177bdc1c88f194699b1 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 19:17:48 +0200 Subject: Update dependency extractor scripts --- win32/deps-extract-x86.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 win32/deps-extract-x86.bat (limited to 'win32/deps-extract-x86.bat') 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 -- cgit 1.4.1