X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=3c48fc3c7b233e95d90fba27d984fd8f237b7b28;hb=883183d05fc355a22f2c4b69d54029518df6840f;hp=10b3e1b62730a56ff4a3a85d7e638765d7883be3;hpb=2f438a597d89f68ee36a06240ca94de383083edc;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 10b3e1b..3c48fc3 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.14 +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 \