Skip to content

Option to build zlib against Windows static C runtime#535

Open
wrowe wants to merge 1 commit intomadler:masterfrom
wrowe:windows-static-libcrt
Open

Option to build zlib against Windows static C runtime#535
wrowe wants to merge 1 commit intomadler:masterfrom
wrowe:windows-static-libcrt

Conversation

@wrowe
Copy link
Copy Markdown

@wrowe wrowe commented Nov 19, 2020

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.

Adds a new option ENABLE_STATIC_CRT to build zlib against the MS LIBCMT[d],
which does not require msvcrt.dll to be installed.

Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
@avoidik
Copy link
Copy Markdown

avoidik commented Dec 13, 2020

reincarnation of #315

@tbeu
Copy link
Copy Markdown
Contributor

tbeu commented Nov 19, 2023

Superseded by #878.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants