X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=d6cf8706c1fa6814bcc24cbf4585d37033f334b0;hb=67753db293cb62940e4c2db3a6e5f635cd5b78c3;hp=f64d6ebeff2d3e76f7d2f2ecbc4e809979fa14af;hpb=05453ec8314180f861bbc649c0cb8a451a1af971;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index f64d6eb..d6cf870 100644 --- a/win/makefile +++ b/win/makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010, Index Data +# Copyright (C) 2005-2011 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.1.3 +VERSION=1.2.5 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -248,6 +248,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\session.obj \ $(OBJDIR)\sru_util.obj \ $(OBJDIR)\thread_pool_observer.obj \ + $(OBJDIR)\torus.obj \ $(OBJDIR)\util.obj \ $(OBJDIR)\xmlutil.obj