X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=a9205aa2cbd4e66485bc7b25884ae90a14f38846;hb=549e300268fc6d67c2d056ca8ca47682a8530571;hp=b44014277a5b7d0adc4853705a833ca775061611;hpb=a49a88c44a59e817c5a0f2e1f4d9c57b0c7c1f72;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index b440142..a9205aa 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.56 2006-09-21 08:59:32 adam Exp $ +# $Id: makefile,v 1.57 2006-09-22 10:18:06 adam Exp $ ########################################################### ############### Parameters @@ -305,10 +305,10 @@ LINK_PROGRAM= $(LINK) \ # need to be specified, though ZSERVER_OBJS= \ - $(OBJDIR)\zserver.obj + $(OBJDIR)\zebrasrv.obj ZEBRAIDX_OBJS= \ - $(OBJDIR)\main.obj + $(OBJDIR)\zebraidx.obj TSTFLOCK_OBJS= \ $(OBJDIR)\tstflock.obj