X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=win%2Fmakefile;h=b173e8342f3918494e54a9680de0252925a6be02;hb=483506d77575e56ec3915d55e3dfcdd7bde37e0f;hp=c6b518b5fc1868403273eaea27fbf7c10e610b64;hpb=b2a58f35bdd9d45607f5b226743df8983c532433;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index c6b518b..b173e83 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.2.5 +VERSION=1.2.6 # 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