projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e9c9e
)
win makefile: add sel_thread
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 20 May 2010 12:18:08 +0000
(14:18 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 20 May 2010 12:18:08 +0000
(14:18 +0200)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
5f814f2
..
7d255d7
100644
(file)
--- 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"