Mercurial > hg > xemacs-beta
view nt/minitar.mak @ 644:51494923758b
[xemacs-hg @ 2001-08-06 04:40:51 by youngs]
2001-08-06 Steve Youngs <youngs@xemacs.org>
* menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
* lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
author | youngs |
---|---|
date | Mon, 06 Aug 2001 04:40:54 +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)