mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-04 16:35:06 -05:00
8 lines
159 B
Batchfile
8 lines
159 B
Batchfile
@echo off
|
|
set WDK_ROOT=c:\WinDDK\7600.16385.1
|
|
call build-x86.bat
|
|
call build-x64.bat
|
|
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
|
|
compil32 /cc xchat-wdk.iss
|
|
pause
|