1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/build/dep-extract.bat

10 lines
131 B
Batchfile
Raw Normal View History

2011-02-28 12:59:32 -05:00
@echo off
2011-11-22 09:51:27 -05:00
set PATH=%PROGRAMW6432%\7-Zip
2011-02-28 12:59:32 -05:00
cd ..\dep-x64
2011-11-22 10:14:22 -05:00
7z -y x *.zip
2011-02-28 12:59:32 -05:00
7z x *.7z
2011-11-22 09:51:27 -05:00
cd ..\dep-x86
2011-11-22 10:14:22 -05:00
7z -y x *.zip
2011-11-22 09:51:27 -05:00
7z x *.7z
2011-02-28 12:59:32 -05:00
pause