X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=win%2Fmakefile;h=3954bfc34ed0a4e73eabc67d66c35292ddd2943e;hb=31ab5dfd9f2816f02a5da7abfc3fc152e45e0f17;hp=d5c08453dafd67c35ded8c1b7009930e39388a96;hpb=4679f9803c75fa96894536f9abeaf3d091b7033a;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index d5c0845..3954bfc 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.18 2006-07-07 06:37:22 adam Exp $ +# $Id: makefile,v 1.20 2006-08-30 12:30:02 adam Exp $ # MS NMAKE makefile for metaproxy @@ -90,7 +90,7 @@ YAZPPD=yazpp_1 # YAZ includes & libs YAZ_LIB="$(YAZ_DIR)\lib\$(YAZD).lib" -YAZ_DEF=/DYAZ_USE_NEW_LOG=1 /I"$(YAZ_DIR)\include" +YAZ_DEF=/DYAZ_HAVE_XML2=1 /DYAZ_HAVE_XSLT=1 /DYAZ_USE_NEW_LOG=1 /I"$(YAZ_DIR)\include" # Copy yaz.dll to our bin yaz: $(BINDIR)\$(YAZD).dll @@ -237,6 +237,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_template.obj \ $(OBJDIR)\filter_virt_db.obj \ $(OBJDIR)\filter_z3950_client.obj \ + $(OBJDIR)\origin.obj \ $(OBJDIR)\package.obj \ $(OBJDIR)\pipe.obj \ $(OBJDIR)\plainfile.obj \