Update dependency extractor scripts

This commit is contained in:
Berke Viktor 2012-10-02 19:17:48 +02:00
parent caa270922f
commit ccd2fd6c77
4 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
:: run this from a command prompt
@echo off
set PATH=%PATH%;%ProgramFiles%\7-zip
cd x64
7z x *.7z
pause

View File

@ -0,0 +1,7 @@
:: run this from a command prompt
@echo off
set PATH=%PATH%;%ProgramFiles%\7-zip
cd Win32
7z x *.7z
pause