How to build makensis-bz2.exe
What #defines are uncommented to make the makensis-bz2.exe that comes with the 1.98 distribution package?
Archive: How to build makensis-bz2.exe
How to build makensis-bz2.exe
What #defines are uncommented to make the makensis-bz2.exe that comes with the 1.98 distribution package?
In source\exehead\config.h comment out NSIS_COMPRESS_USE_ZLIB and uncoment NSIS_COMPRESS_USE_BZIP2, NSIS_COMPRESS_BZIP2_LEVEL, and NSIS_COMPRESS_WHOLE.
Thanks!