H:\zlib\zlib-1.2.7\contrib\masmx64
bld_ml64.bat
Zlib
cd srclib\zlib nmake -f win32\Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." OBJA="inffasx64.obj gvmat64.obj inffas8664.obj"
AS=ml64 tells nmake to use ml64 (Macro Assembler x64) as our assembler, -DASMV and -DASMINF are both defines in inffas8664.c which I'm not sure what they actually do.
本文介绍了一个用于 Zlib 的 x64 架构的组装配置过程,使用 ml64 作为宏组装器,并定义了特定的预处理指令如 -DASMV 和 -DASMINF。该配置涉及 zlib 的多个组件,如 inffasx64 对象文件等。

5万+

被折叠的 条评论
为什么被折叠?



