X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=3d6da07d9085f0fe4d015e517abafde6f8fa5e25;hb=f617468a16c506a30c38869aecbd22ac34ae6678;hp=6fb891280d3c5917c718a293e9a24e4d3e2d534e;hpb=31babd0a7a0d4ee7091cfb740205ab6fe1c89ae5;p=pazpar2-moved-to-github.git diff --git a/win/makefile b/win/makefile index 6fb8912..3d6da07 100644 --- a/win/makefile +++ b/win/makefile @@ -1,10 +1,10 @@ # This file is part of Pazpar2. -# Copyright (C) 2006-2011 Index Data +# Copyright (C) 2006-2012 Index Data DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.6.3 +PACKAGE_VERSION=1.6.9 # YAZ YAZ_DIR=..\..\yaz @@ -178,6 +178,8 @@ LNKOPT= $(COMMON_LNK_OPTIONS) $(RELEASE_LNK_OPTIONS) $(LNK_LIBS) # Source and object modules PAZPAR2_OBJS = \ + "$(OBJDIR)\getaddrinfo.obj" \ + "$(OBJDIR)\host.obj" \ "$(OBJDIR)\pazpar2.obj" \ "$(OBJDIR)\pazpar2_config.obj" \ "$(OBJDIR)\http.obj" \