From 0674757e678ec8eb691746979ad0f4596a2fd05d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 May 2010 14:18:08 +0200 Subject: [PATCH] win makefile: add sel_thread --- win/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index 5f814f2..7d255d7 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ 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.0 # 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" -- 1.7.10.4