diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 19:17:48 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 19:17:48 +0200 |
commit | ccd2fd6c77d2272a67022177bdc1c88f194699b1 (patch) | |
tree | fdd63b1a9b8b7705d5199d7b6d5426d7049cff83 /win32/deps-extract-x86.bat | |
parent | caa270922f3b830adefa7c6280f746c4847047e8 (diff) |
Update dependency extractor scripts
Diffstat (limited to 'win32/deps-extract-x86.bat')
-rw-r--r-- | win32/deps-extract-x86.bat | 7 |
1 files changed, 7 insertions, 0 deletions
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 |