X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=b26d4625336a2687b013987ac2dc80790378d7d4;hb=a0bd9a4d8ff3a326f65cc585072d6547fd5bf22a;hp=d4f8c72169299288286f731e22691bddab6bf36c;hpb=89fbedda22a877bd54d8dfff54cbb5488c3c941f;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index d4f8c72..b26d462 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.7 +VERSION=1.2.5 # 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