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:
665a619
)
For VS, define _CRT_NONSTDC_NO_DEPRECATE
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 7 Jun 2006 10:01:11 +0000
(10:01 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 7 Jun 2006 10:01:11 +0000
(10:01 +0000)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
147890d
..
7413f62
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,5
+1,5
@@
# Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.49 2006-06-06 09:46:52 adam Exp $
+# $Id: makefile,v 1.50 2006-06-07 10:01:11 adam Exp $
###########################################################
############### Parameters
@@
-217,6
+217,7
@@
COMMON_C_OPTIONS= \
/D"_CONSOLE" /D"_MBCS" \
/DYAZ_USE_NEW_LOG=1 \
/D"_CRT_SECURE_NO_DEPRECATE" \
+ /D"_CRT_NONSTDC_NO_DEPRECATE" \
$(ICONV_DEF) \
$(EXPAT_DEF) \
$(LIBXML2_DEF) \