X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=326132bd8547f9ec3e2ad8c2fcfcc8d6eb04a6d6;hb=e12dd92614be28022838867b85eb073862bbbf61;hp=0fa75ee0931c90bdc37f3975b6a9eee114bc3b59;hpb=1ceee162c3c86bc375db314a098bf5a908cdd766;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 0fa75ee..326132b 100644 --- a/win/makefile +++ b/win/makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010, Index Data +# Copyright (C) 2005-2011 Index Data # All rights reserved. # MS NMAKE makefile for metaproxy @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.6 +VERSION=1.2.9 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -238,6 +238,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_virt_db.obj \ $(OBJDIR)\filter_z3950_client.obj \ $(OBJDIR)\filter_zeerex_explain.obj \ + $(OBJDIR)\filter_zoom.obj \ $(OBJDIR)\gduutil.obj \ $(OBJDIR)\origin.obj \ $(OBJDIR)\package.obj \ @@ -248,6 +249,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\session.obj \ $(OBJDIR)\sru_util.obj \ $(OBJDIR)\thread_pool_observer.obj \ + $(OBJDIR)\torus.obj \ $(OBJDIR)\util.obj \ $(OBJDIR)\xmlutil.obj