blob: a087c3640d4eb28c89d3c4df92ddb74f02307f03 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
@echo off
set WDK_ROOT=c:\WinDDK\7600.16385.1
call build-x86.bat
call build-x64.bat
call compress.bat
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
compil32 /cc xchat-wdk.iss
pause
|