From ff61fa576933d620166732a19cd11a1c2a760914 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 30 Apr 2006 05:52:06 +0000 Subject: [PATCH] Update for VS 2005 --- win/makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index cfdc57d..641da64 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1995-2005, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.10 2006-03-29 13:14:19 adam Exp $ +# $Id: makefile,v 1.11 2006-04-30 05:52:06 adam Exp $ ########################################################### ############### Parameters @@ -68,7 +68,8 @@ $(BINDIR)\yaz.dll: $(YAZ_DIR)\bin\yaz.dll copy "$(YAZ_DIR)\bin\yaz.dll" $(BINDIR) COMMON_C_OPTIONS= \ - /nologo /W3 /GX /FD /c \ + /nologo /W3 /EHsc /FD /c \ + /D "_CRT_SECURE_NO_DEPRECATE" \ $(YAZ_DEF) \ /D "_WINDOWS" \ /D "WIN32" \ @@ -111,7 +112,7 @@ LINK=link.exe LINK_LIBS= kernel32.lib user32.lib gdi32.lib \ advapi32.lib uuid.lib \ wsock32.lib advapi32.lib \ - $(YAZ_LIB) $(ICONV_LIB) $(LIBXML2_LIB) $(LIBXSLT_LIB) + $(YAZ_LIB) COMMON_LNK_OPTIONS= /nologo \ /subsystem:windows \ -- 1.7.10.4