projects
/
idzebra-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:
c52a452
)
Use new YAZ logging calls (YAZ_USE_NEW_LOG)
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 19 May 2006 17:33:18 +0000
(17:33 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 19 May 2006 17:33:18 +0000
(17:33 +0000)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
23059dd
..
749d9e6
100644
(file)
--- 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) \