zlib 用了很多次,这次记下来


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.

posted on 2013-04-17 14:51  Eaglezzb  阅读(134)  评论(0编辑  收藏  举报

导航