# Makefile for zlib using Microsoft (Visual) C
#
# x64, asm
#
#all::
#	nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF -I." OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" AS=ml64 ASFLAGS="-Zi -DASMV -DASMINF -I."

#
# x86, asm
#
#all::
#	nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="inffas32.obj match686.obj"

#
# usual
#
all:
	nmake -f win32/Makefile.msc

clean::
	nmake -f win32/Makefile.msc clean
