projects
/
yazpp-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:
b217549
)
Use YAZ4 DLL
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Jan 2010 15:05:53 +0000
(16:05 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Jan 2010 15:05:53 +0000
(16:05 +0100)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
65d479b
..
dd0f92a
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-45,13
+45,13
@@
TMP=$(TMPDIR)
# Targets - what to make
!if $(DEBUG)
-DLL=$(BINDIR)\yazpp3d.dll
-YAZPP_IMPLIB=$(LIBDIR)\yazpp3d.lib
-YAZD=yaz3d
+DLL=$(BINDIR)\yazpp4d.dll
+YAZPP_IMPLIB=$(LIBDIR)\yazpp4d.lib
+YAZD=yaz4d
!else
-DLL=$(BINDIR)\yazpp3.dll
-YAZPP_IMPLIB=$(LIBDIR)\yazpp3.lib
-YAZD=yaz3
+DLL=$(BINDIR)\yazpp4.dll
+YAZPP_IMPLIB=$(LIBDIR)\yazpp4.lib
+YAZD=yaz4
!endif
ZCLIENT=$(BINDIR)\zclient.exe