From 3c88b644c6dd26392424ddb366ed58f8dc3241cf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 2 Oct 2013 12:18:28 +0200 Subject: [PATCH] use yaz5, yazpp6 DLLs --- win/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.4