X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=dc8a301226460da03c2ea5700da8447f2be84192;hb=7401a51ed865b1dcdf5905b2bc6c793dc023416e;hp=cb376beb240434a70c4f780f8f5948d70be3cf03;hpb=eab4041057c94f4fd3feffd76c1f987ca67da1c3;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index cb376be..dc8a301 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.31 2001-12-30 22:21:11 adam Exp $ +# $Id: makefile,v 1.32 2002-01-30 22:02:03 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -199,6 +199,7 @@ TCLOPT= $(COMMON_TCL_OPTIONS) YAZ_CLIENT_OBJS= \ $(OBJDIR)\client.obj \ + $(OBJDIR)\tabcomplete.obj \ $(OBJDIR)\admin.obj YAZ_ZOOMSH_OBJS = \ @@ -819,7 +820,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.31 2001-12-30 22:21:11 adam +# Revision 1.32 2002-01-30 22:02:03 adam +# WIN32 updates for YAZ client. +# +# Revision 1.31 2001/12/30 22:21:11 adam # Scan for ZOOM. # # Revision 1.30 2001/10/28 23:28:26 adam