X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=win%2Fmakefile;h=aeda7676b63dee5ec63f7bda8495ffea9848120a;hb=c02aec4757fe66e74a176fb79655ccdc4a22ed27;hp=9867cf51501924f484fee6f6dc0ea8f26c43f6ed;hpb=774c744d603202271d1dcfaecd39f7af54db21d2;p=pazpar2-moved-to-github.git diff --git a/win/makefile b/win/makefile index 9867cf5..aeda767 100644 --- a/win/makefile +++ b/win/makefile @@ -1,8 +1,8 @@ # This file is part of Pazpar2. -# Copyright (C) 2006-2008 Index Data +# Copyright (C) 2006-2009 Index Data DEBUG=0 # 0 for release, 1 for debug -USE_MANIFEST = 0 # Can be enabled Visual Studio 2005 +USE_MANIFEST = 0 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 PACKAGE_VERSION=1.1.0 @@ -12,8 +12,8 @@ YAZ_DIR=..\..\yaz # Libxml2 + libxslt + associates ZLIB_DIR=\zlib-1.2.3.win32 ICONV_DIR=\iconv-1.9.2.win32 -LIBXML2_DIR=\libxml2-2.6.32+.win32 -LIBXSLT_DIR=\libxslt-1.1.23+.win32 +LIBXML2_DIR=\libxml2-2.7.1.win32 +LIBXSLT_DIR=\libxslt-1.1.24.win32 # ICU HAVE_ICU=1 @@ -169,7 +169,6 @@ PAZPAR2_OBJS = \ "$(OBJDIR)\http.obj" \ "$(OBJDIR)\eventl.obj" \ "$(OBJDIR)\http_command.obj" \ - "$(OBJDIR)\icu_I18N.obj" \ "$(OBJDIR)\logic.obj" \ "$(OBJDIR)\record.obj" \ "$(OBJDIR)\reclists.obj" \