From: Adam Dickmeiss Date: Wed, 2 Oct 2013 10:18:28 +0000 (+0200) Subject: use yaz5, yazpp6 DLLs X-Git-Tag: v1.4.0~4 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=3c88b644c6dd26392424ddb366ed58f8dc3241cf use yaz5, yazpp6 DLLs --- diff --git a/win/makefile b/win/makefile index 1f8e011..790105c 100644 --- a/win/makefile +++ b/win/makefile @@ -74,11 +74,11 @@ test_pipe: $(TEST_PIPE) ########################################################### !if $(DEBUG) -YAZD=yaz4d -YAZPPD=yazpp5d +YAZD=yaz5d +YAZPPD=yazpp6d !else -YAZD=yaz4 -YAZPPD=yazpp5 +YAZD=yaz5 +YAZPPD=yazpp6 !endif # YAZ includes & libs