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

8 lines
159 B
Batchfile
Raw Normal View History

2010-08-18 18:37:33 -04:00
@echo off
set WDK_ROOT=c:\WinDDK\7600.16385.1
2010-08-18 18:37:33 -04:00
call build-x86.bat
call build-x64.bat
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
2010-08-22 22:06:09 -04:00
compil32 /cc xchat-wdk.iss
pause