projects
/
metaproxy-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:
04b73ac
)
Use proper yazpp and yaz DLLs
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 9 May 2007 08:23:48 +0000
(08:23 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 9 May 2007 08:23:48 +0000
(08:23 +0000)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
ef8eaf4
..
be2ef5f
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,6
+1,6
@@
# Copyright (C) 2005-2007, Index Data ApS
# All rights reserved.
-# $Id: makefile,v 1.30 2007-01-25 18:49:26 adam Exp $
+# $Id: makefile,v 1.31 2007-05-09 08:23:48 adam Exp $
# MS NMAKE makefile for metaproxy
@@
-81,11
+81,11
@@
test_pipe: $(TEST_PIPE)
###########################################################
!if $(DEBUG)
-YAZD=yazd
-YAZPPD=yazpp_1_d
+YAZD=yaz3d
+YAZPPD=yazpp2d
!else
-YAZD=yaz
-YAZPPD=yazpp_1
+YAZD=yaz3
+YAZPPD=yazpp2
!endif
# YAZ includes & libs