X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=71f96e7412f940e59cb18067708bd32e62fdeb54;hb=aaa368e6d266e63701364457b6c92d0c53098edd;hp=382212d6d6af7ceabc90f20e8ec05aeeabf56b31;hpb=eb0854052ca0ac9c555683b28a38efecc090cb77;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index 382212d..71f96e7 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.33 2005-01-16 00:27:54 adam Exp $ +# $Id: makefile,v 1.35 2005-05-13 09:41:59 adam Exp $ ########################################################### ############### Parameters @@ -292,6 +292,7 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\trunc.obj \ $(OBJDIR)\zebraapi.obj \ $(OBJDIR)\zebramap.obj \ + $(OBJDIR)\zint.obj \ $(OBJDIR)\zinfo.obj \ $(OBJDIR)\zrpn.obj \ $(OBJDIR)\zsets.obj \ @@ -324,7 +325,9 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\d1_tagset.obj \ $(OBJDIR)\d1_varset.obj \ $(OBJDIR)\d1_write.obj \ - $(OBJDIR)\xpath.obj + $(OBJDIR)\xpath.obj \ + $(OBJDIR)\kcontrol.obj \ + $(OBJDIR)\limit.obj ALL_OBJS=\ $(ZEBRALIB_OBJS) \