X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=af059dca17639a11cef2b6c403990466fa7b629c;hb=a5e7c606c8a833d94a701f0edb73af7fdc75e38f;hp=e0db7998df47d3812cf6fd087664afdba186fef0;hpb=237b943e96e766992ac8611d69615dd5caf59ec0;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index e0db799..af059dc 100644 --- a/win/makefile +++ b/win/makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2011 Index Data +# Copyright (C) 2005-2012 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.3.10 +VERSION=1.3.27 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -228,6 +228,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_query_rewrite.obj \ $(OBJDIR)\filter_record_transform.obj \ $(OBJDIR)\filter_session_shared.obj \ + $(OBJDIR)\filter_sort.obj \ $(OBJDIR)\filter_sru_to_z3950.obj \ $(OBJDIR)\filter_template.obj \ $(OBJDIR)\filter_virt_db.obj \