How do I merge zlib1.dll into my executable in C?
Posted
by httpinterpret
on Stack Overflow
See other posts from Stack Overflow
or by httpinterpret
Published on 2010-05-08T13:46:18Z
Indexed on
2010/05/08
13:48 UTC
Read the original article
Hit count: 150
My executable needs zlib1.dll
to run,
and I need to keep them together now and then.
How can I merge it into the executable to save the trouble?
I'm using cmake to build the executable.
© Stack Overflow or respective owner