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:
3bc0955
)
Add the wonderful _CRT_SECURE_NO_DEPRECATE
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 23 Feb 2006 14:43:13 +0000
(14:43 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 23 Feb 2006 14:43:13 +0000
(14:43 +0000)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
30abf49
..
75c9b81
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,5
+1,5
@@
# Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.40 2006-02-23 14:41:15 adam Exp $
+# $Id: makefile,v 1.41 2006-02-23 14:43:13 adam Exp $
###########################################################
############### Parameters
@@
-217,6
+217,7
@@
COMMON_C_OPTIONS= \
/nologo /W3 /EHsc /FD /c \
/D "WIN32" \
/D"_CONSOLE" /D"_MBCS" \
+ /D"_CRT_SECURE_NO_DEPRECATE" \
$(ICONV_DEF) \
$(EXPAT_DEF) \
$(LIBXML2_DEF) \