8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00
firebird-mirror/extern/zlib
2023-10-06 01:09:19 +03:00
..
.gitignore Ignore what should be ignored 2016-03-18 13:05:55 +02:00
Readme.txt Update zlib to 1.13, see #7755 2023-10-06 01:09:19 +03:00
zlib.exe Update zlib to 1.13, see #7755 2023-10-06 01:09:19 +03:00

The zlib.exe is a SFX archive with set of include files required to build 
Firebird with zlib support and compiled zlib DLL's for both win32 and x64 
architectures.

The source code of zlib library was downloaded from 

  https://www.zlib.net/zlib13.zip

It was built with MSVC19 compilers using commands specified at win32/Makefile.msc:

win32: 
nmake -f win32/Makefile.msc 

x64:
nmake -f win32/Makefile.msc 

Note, ASM files is not uses in build as it was not updated for a long time, not
officially supported and 32-bit build crashes in simplest test, see:

https://github.com/madler/zlib/issues/41
https://github.com/madler/zlib/issues/200
https://github.com/madler/zlib/issues/223
https://github.com/madler/zlib/issues/249