1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/build/build.bat
2010-08-23 20:34:05 +02:00

7 lines
126 B
Batchfile

@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