mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 19:22:39 +01:00
8 lines
143 B
Batchfile
8 lines
143 B
Batchfile
@echo off
|
|
call build-x86.bat
|
|
call build-x64.bat
|
|
call release.bat
|
|
set PATH=c:\Program Files (x86)\Inno Setup 5
|
|
compil32 /cc xchat-wdk.iss
|
|
pause
|