From: Adam Dickmeiss Date: Thu, 23 Feb 2006 14:30:32 +0000 (+0000) Subject: Update options for VS 2005 X-Git-Tag: ZEBRA.1.3.34 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=0918cfb5b05df4e6751b502c485b46978f540a6a;p=idzebra-moved-to-github.git Update options for VS 2005 --- diff --git a/win/makefile b/win/makefile index 5314daf..c9a23d8 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.25.2.5 2005-08-30 13:09:13 adam Exp $ +# $Id: makefile,v 1.25.2.6 2006-02-23 14:30:32 adam Exp $ ########################################################### ############### Parameters @@ -155,9 +155,10 @@ iconv: # (if you set things up right!) COMMON_C_OPTIONS= \ - /nologo /W3 /GX /FD /c \ + /nologo /W3 /EHsc /FD /c \ /D "WIN32" \ /D"_CONSOLE" /D"_MBCS" \ + /D"_CRT_SECURE_NO_DEPRECATE" \ $(ICONV_DEF) \ $(EXPAT_DEF) \ /FR"$(OBJDIR)\\" \