view nt/minitar.mak @ 804:aaf4e86e0a2d

[xemacs-hg @ 2002-04-05 08:57:14 by stephent] XEmacs 21.5.6 "bok choi" is released.
author stephent
date Fri, 05 Apr 2002 08:57:45 +0000
parents 74fd4e045ea6
children 697ef44129c6
line wrap: on
line source

ZLIB=\path\to\zlib
LIB_SRC=.
NT=.

all: $(LIB_SRC)\minitar.exe

$(LIB_SRC)\minitar.exe: $(LIB_SRC)\minitar.obj
	cl -o $@ $(LIB_SRC)\minitar.obj $(ZLIB)\zlib.lib

$(LIB_SRC)\minitar.obj: $(NT)\minitar.c
	cl -Fo$@ -c $(NT)\minitar.c -I $(ZLIB)