X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=959d5b39ad10fb98f10594724b7e978085541f3d;hb=2a91fe8326f431b98d98f22754dc211d9623979e;hp=58554bb84cfd9d4065ac12e5d2f59a2dac0f84ae;hpb=2ad55b3f17e054d19923e92adcb994854f41d9d8;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index 58554bb..959d5b3 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Z'mbol makefile for MS NMAKE -# $Id: makefile,v 1.1 1999-12-08 22:11:56 adam Exp $ +# $Id: makefile,v 1.2 2000-02-08 12:34:17 adam Exp $ ########################################################### ############### Parameters @@ -382,7 +382,7 @@ $(OBJDIR) $(WINDIR) $(LIBDIR) $(BINDIR) $(TMPDIR): ############### Explicit dependencies ########################################################### -$(ALL_OBJS): zmbol.mak +$(ALL_OBJS): makefile # force recompilation of everything, if makefile changed @@ -391,7 +391,10 @@ $(ALL_OBJS): zmbol.mak ########################################################### # # $Log: makefile,v $ -# Revision 1.1 1999-12-08 22:11:56 adam +# Revision 1.2 2000-02-08 12:34:17 adam +# Fix: referred to zmbol.mak. +# +# Revision 1.1 1999/12/08 22:11:56 adam # Separate WIN32 sub directories for Zebra and Z'mbol. # # Revision 1.1 1999/12/02 10:26:49 adam