X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=1ec2e1afb14b0a6f7f60846f7f0f97476e60084f;hb=20f83e699d4868d263393996bd4b98fee045e360;hp=7d0e1465e370bd076730c12b7583232d4642b765;hpb=53862bf9e7756842158d38b1bb25f2c094b8d3d7;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 7d0e146..1ec2e1a 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1995-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.131 2007-04-24 12:55:15 adam Exp $ +# $Id: makefile,v 1.132 2007-05-01 12:48:07 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -88,10 +88,10 @@ TMP=$(TMPDIR) # Targets - what to make !if $(DEBUG) -DLL=$(BINDIR)\yazd.dll +DLL=$(BINDIR)\yaz3d.dll YAZ_IMPLIB=$(LIBDIR)\yazd.lib !else -DLL=$(BINDIR)\yaz.dll +DLL=$(BINDIR)\yaz3.dll YAZ_IMPLIB=$(LIBDIR)\yaz.lib !endif @@ -342,6 +342,7 @@ MISC_OBJS= \ $(OBJDIR)\cclqual.obj \ $(OBJDIR)\cclstr.obj \ $(OBJDIR)\ccltoken.obj \ + $(OBJDIR)\ccl_stop_words.obj \ $(OBJDIR)\comstack.obj \ $(OBJDIR)\tcpip.obj \ $(OBJDIR)\waislen.obj \ @@ -429,6 +430,8 @@ MISC_OBJS= \ $(OBJDIR)\elementset.obj \ $(OBJDIR)\timing.obj \ $(OBJDIR)\query-charset.obj \ + $(OBJDIR)\tokenizer.obj \ + $(OBJDIR)\copy_types.obj \ $(OBJDIR)\http.obj Z3950_OBJS= \