1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-23 09:42:20 -05:00

binary compression won't reduce installer size, so save this for other purposes

This commit is contained in:
berkeviktor@aol.com 2011-07-27 07:22:17 +02:00
parent f9c88e2df0
commit 8cbdb0b58d

View File

@ -2,7 +2,7 @@
set WDK_ROOT=c:\WinDDK\7600.16385.1 set WDK_ROOT=c:\WinDDK\7600.16385.1
call build-x86.bat call build-x86.bat
call build-x64.bat call build-x64.bat
call compress.bat ::call compress.bat
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5 set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
compil32 /cc xchat-wdk.iss compil32 /cc xchat-wdk.iss
pause pause