X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=3c48fc3c7b233e95d90fba27d984fd8f237b7b28;hb=883183d05fc355a22f2c4b69d54029518df6840f;hp=a870fcc84a53292bb1127cf653c7c23df623f465;hpb=50597d2f7d3607e91c94601eb8eb495d73be3eae;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index a870fcc..3c48fc3 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.28 # 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 \