summary refs log tree commit diff stats
path: root/build/build.bat
blob: 2190210a6a5f5d1430d2d5b4631ac7eb4566cb04 (plain) (blame)
1
2
3
4
5
6
7
@echo off
set WDK_ROOT=c:\WinDDK\7600.16385.1
call build-x86.bat
call build-x64.bat
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
compil32 /cc xchat-wdk.iss
pause