X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=b7a43c225a5dde60895c11c73d044763e9e0b363;hb=c4b3b6322c32ee380e63ff06cabaad213952c195;hp=c2b90fe2142dac55c15041401dc07b55bdc8137a;hpb=e5ba12655112ab17ee08e0d048cc5afae8e8c670;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index c2b90fe..b7a43c2 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Z'mbol makefile for MS NMAKE -# $Id: makefile,v 1.3 2000-04-17 14:22:00 adam Exp $ +# $Id: makefile,v 1.4 2000-04-19 14:35:59 adam Exp $ ########################################################### ############### Parameters @@ -169,6 +169,7 @@ LNKOPT= $(COMMON_LNK_OPTIONS) $(RELEASE_LNK_OPTIONS) $(LNK_LIBS) # need to be specified, though ZSERVER_OBJS= \ + $(OBJDIR)\kinput.obj \ $(OBJDIR)\zserver.obj ZEBRAIDX_OBJS= \ @@ -183,6 +184,7 @@ APITEST_OBJS= \ $(OBJDIR)\apitest.obj ZEBRALIB_OBJS= \ + $(OBJDIR)\zebra-lock.obj \ $(OBJDIR)\attribute.obj \ $(OBJDIR)\bfile.obj \ $(OBJDIR)\bset.obj \ @@ -390,7 +392,10 @@ $(ALL_OBJS): makefile ########################################################### # # $Log: makefile,v $ -# Revision 1.3 2000-04-17 14:22:00 adam +# Revision 1.4 2000-04-19 14:35:59 adam +# WIN32 update (this version is known not to work on Windows). +# +# Revision 1.3 2000/04/17 14:22:00 adam # WIN32 update. # # Revision 1.2 2000/02/08 12:34:17 adam