X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=d05a694d5f6fac01285102c08233e80ef5b5ada7;hb=453ef6af83ca65ce67454e77764fd382162f8813;hp=19c0c93f0c8cc78ac2c66ce1197003c5969b5cba;hpb=ca806a2b529bbeedbd4a67eb9b198f027dc54ebe;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 19c0c93..d05a694 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.24 +VERSION=1.3.49 # 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 \