c.sexchat/build/build.bat

7 lines
126 B
Batchfile
Raw Normal View History

2010-08-19 00:37:33 +02:00
@echo off
call build-x86.bat
call build-x64.bat
2010-08-23 04:06:09 +02:00
set PATH=c:\Program Files (x86)\Inno Setup 5
compil32 /cc xchat-wdk.iss
pause