view nt/minitar.mak @ 553:5c6dc7d576ad

[xemacs-hg @ 2001-05-21 08:02:46 by yoshiki] Paul's patch "Patch for sound under latest Cygwin", <yz1ae4lz76u.fsf@milhouse.cs.cornell.edu> * configure.in: Reverse the order of Windows and Linux sound tests so that Cygwin will find Windows first.
author yoshiki
date Mon, 21 May 2001 08:02:55 +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)