comparison zlib/contrib/masmx64/readme.txt @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents ae3a4bfb450b
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
10 inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing 10 inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
11 original function from Mark Adler 11 original function from Mark Adler
12 12
13 Use instructions 13 Use instructions
14 ---------------- 14 ----------------
15 Copy these files into the zlib source directory. 15 Assemble the .asm files using MASM and put the object files into the zlib source
16 directory. You can also get object files here:
17
18 http://www.winimage.com/zLibDll/zlib124_masm_obj.zip
16 19
17 define ASMV and ASMINF in your project. Include inffas8664.c in your source tree, 20 define ASMV and ASMINF in your project. Include inffas8664.c in your source tree,
18 and inffasx64.obj and gvmat64.obj as object to link. 21 and inffasx64.obj and gvmat64.obj as object to link.
19 22
20 23
22 ------------------ 25 ------------------
23 run bld_64.bat with Microsoft Macro Assembler (x64) for AMD64 (ml64.exe) 26 run bld_64.bat with Microsoft Macro Assembler (x64) for AMD64 (ml64.exe)
24 27
25 ml64.exe is given with Visual Studio 2005, Windows 2003 server DDK 28 ml64.exe is given with Visual Studio 2005, Windows 2003 server DDK
26 29
27 You can get Windows 2003 server DDK with ml64 and cl for AMD64 from 30 You can get Windows 2003 server DDK with ml64 and cl for AMD64 from
28 http://www.microsoft.com/whdc/devtools/ddk/default.mspx for low price) 31 http://www.microsoft.com/whdc/devtools/ddk/default.mspx for low price)