X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=7012053f6a38e1c87f394fad3f6f1924035b37cf;hb=f7e9a24fefaa0fc07d82d4462eeb38af0f25460e;hp=a870fcc84a53292bb1127cf653c7c23df623f465;hpb=50597d2f7d3607e91c94601eb8eb495d73be3eae;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index a870fcc..7012053 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.21 +VERSION=1.3.29 # 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 \