zlib icon indicating copy to clipboard operation
zlib copied to clipboard

Option to build zlib against Windows static C runtime

Open wrowe opened this issue 5 years ago • 2 comments

Adds a new option ENABLE_STATIC_CRT to build zlib against the MS LIBCMT[d], which does not require msvcrt.dll to be installed. This is used to match up with static builds of any consuming applications.

This replaces a previous PR, which is losing it's fork.

wrowe avatar Nov 19 '20 15:11 wrowe

reincarnation of https://github.com/madler/zlib/pull/315

avoidik avatar Dec 13 '20 16:12 avoidik

Superseded by #878.

tbeu avatar Nov 19 '23 20:11 tbeu