X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=5a9bab8e528af5ebef1b89a88309b91067cece5e;hb=0b916c43a55c3d66e938fa5f19b51a230c448777;hp=2fe6dcb41a29edb3eda631fbc6c7b578beccf50d;hpb=deff57cfa9d9b39c4a4f1c9b82a64c6e61d821a4;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index 2fe6dcb..5a9bab8 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.34 2005-03-30 09:25:26 adam Exp $ +# $Id: makefile,v 1.36 2005-08-18 19:20:38 adam Exp $ ########################################################### ############### Parameters @@ -325,7 +325,10 @@ 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 \ + $(OBJDIR)\snippet.obj ALL_OBJS=\ $(ZEBRALIB_OBJS) \