Skip to content

Commit 542502d

Browse files
committed
Add zlib arm64. Update x86 and x64 zlib using the same compiler (VS 17.13.6).
1 parent 4ba74c5 commit 542502d

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

extern/zlib/Readme.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
The zlib.exe is a SFX archive with set of include files required to build
2-
Firebird with zlib support and compiled zlib DLL's for both win32 and x64
1+
The zlib.exe is a SFX archive with set of include files required to build
2+
Firebird with zlib support and compiled zlib DLL's for Windows x86, x64 and arm64
33
architectures.
44

5-
The source code of zlib library was downloaded from
5+
The source code of zlib library was downloaded from
66

77
https://www.zlib.net/zlib131.zip
88

99
It was built with VS 2022 compilers using commands specified at win32/Makefile.msc:
1010

11-
win32:
12-
nmake -f win32/Makefile.msc
11+
Open VsDevCmd prompt for the given architectures (-arch=amd64, -arch=x86 or -arch=arm64) and run:
12+
nmake -f win32/Makefile.msc
1313

14-
x64:
15-
nmake -f win32/Makefile.msc
16-
17-
Note, ASM files is not uses in build as it was not updated for a long time, not
14+
Note, ASM files are not used in build as they were not updated for a long time, not
1815
officially supported and 32-bit build crashes in simplest test, see:
1916

2017
https://github.com/madler/zlib/issues/41

extern/zlib/zlib.exe

36.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)