view nt/minitar.mak @ 491:b3bbdc4058d7

[xemacs-hg @ 2001-04-30 09:26:20 by ben] fix mswindows printer support Implement headers and footers. Implement calling Print dialog box (#### but it doesn't quite work yet).
author ben
date Mon, 30 Apr 2001 09:26:20 +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)