X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=82effd194e4605cc5e876deb8020cd6552fa19a3;hb=a911db8ff225da3d204c6e9371353895225ae231;hp=b82d40adc6677f82bcae3ca807dea4ad528874ac;hpb=d4568b825ff581eddc6ce212a859fef6004c4147;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index b82d40a..82effd1 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 2005-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.22 2006-09-07 11:15:35 adam Exp $ +# $Id: makefile,v 1.25 2006-11-17 17:58:07 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.6 +VERSION=1.0.7 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -235,6 +235,8 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_multi.obj \ $(OBJDIR)\filter_query_rewrite.obj \ $(OBJDIR)\filter_session_shared.obj \ + $(OBJDIR)\filter_record_transform.obj \ + $(OBJDIR)\filter_sru_to_z3950.obj \ $(OBJDIR)\filter_template.obj \ $(OBJDIR)\filter_virt_db.obj \ $(OBJDIR)\filter_z3950_client.obj \ @@ -246,6 +248,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\router_chain.obj \ $(OBJDIR)\router_flexml.obj \ $(OBJDIR)\session.obj \ + $(OBJDIR)\sru_util.obj \ $(OBJDIR)\thread_pool_observer.obj \ $(OBJDIR)\util.obj \ $(OBJDIR)\xmlutil.obj @@ -331,7 +334,6 @@ clean: -del $(BINDIR)\*.exe -del $(BINDIR)\*.dll -del $(TMPDIR)\*. - -del $(LIBDIR)\*.MAP -del $(LIBDIR)\*.LIB -del $(OBJDIR)\*.OBJ