Mercurial > hg > xemacs-beta
view nt/minitar.mak @ 687:d8c768dcca7a
[xemacs-hg @ 2001-12-05 04:09:24 by youngs]
2001-12-04 John Paul Wallington <jpw@shootybangbang.com>
* paragraphs.el (mark-paragraph): synched with FSF;
added optional argument.
author | youngs |
---|---|
date | Wed, 05 Dec 2001 04:09:25 +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)