X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fmakefile;h=be2ef5f868a76edaa7979c7f5a64064fdf923a19;hb=bb050094eaf8f0a8223a3bd2e9973d8d2e993154;hp=f9d3e96045845396cf9de834bc0093c9e847a906;hpb=a340fdbb3e3c6bd7d8ceeda3d98a7b4af1e2c921;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index f9d3e96..be2ef5f 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2006, Index Data ApS +# Copyright (C) 2005-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.27 2007-01-11 12:29:02 adam Exp $ +# $Id: makefile,v 1.31 2007-05-09 08:23:48 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.7 +VERSION=1.0.9 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -81,11 +81,11 @@ test_pipe: $(TEST_PIPE) ########################################################### !if $(DEBUG) -YAZD=yazd -YAZPPD=yazpp_1_d +YAZD=yaz3d +YAZPPD=yazpp2d !else -YAZD=yaz -YAZPPD=yazpp_1 +YAZD=yaz3 +YAZPPD=yazpp2 !endif # YAZ includes & libs @@ -229,6 +229,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_auth_simple.obj \ $(OBJDIR)\filter_backend_test.obj \ $(OBJDIR)\filter_bounce.obj \ + $(OBJDIR)\filter_cql_to_rpn.obj \ $(OBJDIR)\filter_frontend_net.obj \ $(OBJDIR)\filter_http_file.obj \ $(OBJDIR)\filter_load_balance.obj \