projects
/
yaz-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:
72b7bb8
)
For VS, define _CRT_NONSTDC_NO_DEPRECATE, so we don't warnings about
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 7 Jun 2006 09:25:47 +0000
(09:25 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 7 Jun 2006 09:25:47 +0000
(09:25 +0000)
good functions such as getpid, chdir, etc.
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
30e4c2b
..
7756e0e
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,6
+1,6
@@
# Copyright (C) 1994-2006, Index Data ApS
# All rights reserved.
-# $Id: makefile,v 1.109 2006-05-26 15:46:44 adam Exp $
+# $Id: makefile,v 1.110 2006-06-07 09:25:47 adam Exp $
#
# Programmed by
# Heikki Levanto & Adam Dickmeiss
@@
-206,6
+206,7
@@
COMMON_C_OPTIONS= \
$(LIBXML2_DEF) \
$(LIBXSLT_DEF) \
/D "_CRT_SECURE_NO_DEPRECATE" \
+ /D "_CRT_NONSTDC_NO_DEPRECATE" \
/D "_WINDOWS" \
/D "WIN32" \
/FR"$(OBJDIR)\\" \