1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-16 22:35:11 -05:00
hexchat/build/build.bat

9 lines
177 B
Batchfile
Raw Normal View History

2011-02-28 12:59:32 -05:00
@echo off
set WDK_ROOT=c:\WinDDK\7600.16385.1
call build-x86.bat
call build-x64.bat
2011-07-27 01:14:34 -04:00
call compress.bat
2011-02-28 12:59:32 -05:00
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
compil32 /cc xchat-wdk.iss
pause