X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=729cec2d4055e3ecaadad040c418c4bcbb2cf14c;hb=5d7214f79a8cd1b8c8e71453d670fb58eb180d34;hp=5f814f2054052823069d85b9a186ca0570c9e3ca;hpb=65ab4e7f2c79f68334ae7334883c3f9999dc6bd2;p=pazpar2-moved-to-github.git diff --git a/win/makefile b/win/makefile index 5f814f2..729cec2 100644 --- a/win/makefile +++ b/win/makefile @@ -1,10 +1,10 @@ # This file is part of Pazpar2. -# Copyright (C) 2006-2010 Index Data +# Copyright (C) 2006-2011 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.3.0 +PACKAGE_VERSION=1.4.4 # YAZ YAZ_DIR=..\..\yaz @@ -202,6 +202,7 @@ PAZPAR2_OBJS = \ "$(OBJDIR)\normalize_cache.obj" \ "$(OBJDIR)\ppmutex.obj" \ "$(OBJDIR)\incref.obj" \ + "$(OBJDIR)\sel_thread.obj" \ "$(OBJDIR)\connection.obj"