summary refs log tree commit diff stats
path: root/build/build.bat
blob: 6c0982deb6b0e2e9cfa8b1378fe7b6534361cf36 (plain) (blame)
1
2
3
4
5
6
@echo off
call build-x86.bat
call build-x64.bat
set PATH=c:\Program Files (x86)\Inno Setup 5
compil32 /cc xchat-wdk.iss
pause