NAME = mdx
OBJS = $(NAME).obj

$(NAME).dll: $(OBJS) $(RES) md5.asm md4.asm mdx.inc makefile
  \masm32\bin\link /RELEASE  /DLL /DEF:$(NAME).def $(OBJS)

.asm.obj:
  \masm32\bin\ml /c /coff $(NAME).asm