X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=win%2Fmakefile;h=1a43b36e306c4b02a79ab3a7b4a0799dab04159d;hp=75c9b813e46c9721f1a822e00a532e09c575315a;hb=ce6df1eaab07d33544975ffe67a4b7a231cf795a;hpb=1f021d94022e3b8d510bc1e63f286656935e880e diff --git a/win/makefile b/win/makefile index 75c9b81..1a43b36 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.41 2006-02-23 14:43:13 adam Exp $ +# $Id: makefile,v 1.42 2006-03-23 12:07:13 adam Exp $ ########################################################### ############### Parameters @@ -124,11 +124,13 @@ ZEBRA_RES=$(OBJDIR)\idzebra.res ZSERVER=$(BINDIR)\zebrasrv.exe ZINDEX=$(BINDIR)\zebraidx.exe APITEST=$(BINDIR)\apitest.exe +TSTFLOCK=$(BINDIR)\tstflock.exe # shortcut names defined here zindex: $(ZINDEX) zserver: $(ZSERVER) apitest: $(APITEST) +tstflock: $(TSTFLOCK) dll: $(DLL) ########################################################### ############### Compiler and linker options @@ -319,6 +321,8 @@ ZEBRAIDX_OBJS= \ $(OBJDIR)\main.obj APITEST_OBJS= \ $(OBJDIR)\apitest.obj +TSTFLOCK_OBJS= \ + $(OBJDIR)\tstflock.obj ZEBRALIB_OBJS= \ $(MOD_ALVIS_OBJS) \ @@ -372,7 +376,7 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\kcontrol.obj \ $(OBJDIR)\kinput.obj \ $(OBJDIR)\limit.obj \ - $(OBJDIR)\lockutil.obj \ + $(OBJDIR)\flock.obj \ $(OBJDIR)\lookgrep.obj \ $(OBJDIR)\lookup.obj \ $(OBJDIR)\lookupec.obj \ @@ -527,6 +531,20 @@ $(APITEST) : "$(BINDIR)" $(APITEST_OBJS) $(YAZLIBS) $(APITEST_OBJS) << +$(TSTFLOCK) : "$(BINDIR)" $(TSTFLOCK_OBJS) $(IMPLIB) + @echo Linking $(TSTFLOCK) + $(LINK) @<< + $(LNKOPT) + $(TSTFLOCK_LINK_OPTIONS) + /out:$(TSTFLOCK) + $(IMPLIB) + $(YAZLIBS) + $(BZIP2LIB) + $(LINK_LIBS) + $(TSTFLOCK_OBJS) +<< + + $(DLL) $(IMPLIB): "$(BINDIR)" $(ZEBRALIB_OBJS) @echo Linking the dll $(DLL) $(LINK) @<<