1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-16 14:25:22 -05:00
hexchat/build/build.bat

10 lines
324 B
Batchfile
Raw Normal View History

2011-02-28 12:59:32 -05:00
@echo off
set WDK_ROOT=c:\WinDDK\7600.16385.1
2011-08-11 22:52:46 -04:00
set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\api\crt\stl70;%WDK_ROOT%\inc\mfc42;%WDK_ROOT%\inc\ddk;%WDK_ROOT%\inc\api\dao360
2011-02-28 12:59:32 -05:00
call build-x86.bat
call build-x64.bat
::call compress.bat
2011-02-28 12:59:32 -05:00
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
compil32 /cc xchat-wdk.iss
pause