From: Adam Dickmeiss Date: Fri, 19 May 2006 17:33:18 +0000 (+0000) Subject: Use new YAZ logging calls (YAZ_USE_NEW_LOG) X-Git-Tag: before.bug.529~111 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=68df4151853ed44cb353f8a03c97822423284d6a Use new YAZ logging calls (YAZ_USE_NEW_LOG) --- diff --git a/win/makefile b/win/makefile index 23059dd..749d9e6 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.46 2006-05-19 17:28:55 adam Exp $ +# $Id: makefile,v 1.47 2006-05-19 17:33:18 adam Exp $ ########################################################### ############### Parameters @@ -219,6 +219,7 @@ COMMON_C_OPTIONS= \ /nologo /W3 /EHsc /FD /c \ /D "WIN32" \ /D"_CONSOLE" /D"_MBCS" \ + /DYAZ_USE_NEW_LOG=1 \ /D"_CRT_SECURE_NO_DEPRECATE" \ $(ICONV_DEF) \ $(EXPAT_DEF) \