c.sexchat/build/build.bat

9 lines
179 B
Batchfile
Raw Normal View History

2011-02-28 18:59:32 +01:00
@echo off
set WDK_ROOT=c:\WinDDK\7600.16385.1
call build-x86.bat
call build-x64.bat
::call compress.bat
2011-02-28 18:59:32 +01:00
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
compil32 /cc xchat-wdk.iss
pause