X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=b76348511d0e4d19b559cceb1e393d4159ad5604;hb=eba87fb71f077336da1209320b2e3bb6b6ef27aa;hp=90707dcc39a0f5477ef5edefc5a8059def48a025;hpb=f943413ae943aa332af9cef69e6a148a47639c7c;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 90707dc..b763485 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.55 +VERSION=1.3.58 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -245,6 +245,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\plainfile.obj \ $(OBJDIR)\router_chain.obj \ $(OBJDIR)\router_flexml.obj \ + $(OBJDIR)\router_xml.obj \ $(OBJDIR)\session.obj \ $(OBJDIR)\sru_util.obj \ $(OBJDIR)\thread_pool_observer.obj \