From 994bf77b13d6fc282730e2cddb611c6d9d672e5e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 1 May 2006 12:42:44 +0000 Subject: [PATCH] Update for VS 2005. Version 1.4.3. --- win/makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/win/makefile b/win/makefile index 7ef0d9c..d9cd33d 100644 --- a/win/makefile +++ b/win/makefile @@ -1,8 +1,8 @@ # IRTCL makefile for MS NMAKE -# $Id: makefile,v 1.5 2004-04-26 09:31:00 adam Exp $ +# $Id: makefile,v 1.6 2006-05-01 12:42:44 adam Exp $ # # Log at the end of the file -VERSION=1.4.2 +VERSION=1.4.3 ########################################################### ############### Parameters @@ -23,7 +23,7 @@ ROOTDIR=.. # The home of IRTCL # TCL include files, libraries, etc. TCLDIR=c:\tcl -TCLINCL=$(TCLDIR)\include +TCLINCL=$(TCLDIR)\include8.4 TCLLIB=$(TCLDIR)\lib\tclstub84.lib # YAZ include files, libraries, etc. @@ -64,8 +64,9 @@ irtcl : $(IRTCLDLL) COMMON_C_OPTIONS= \ /nologo \ - /W3 /GX /FD /c \ + /W3 /EHsc /FD /c \ /D "WIN32" \ + /D "_CRT_SECURE_NO_DEPRECATE" \ /D "IR_TCL_VERSION=\"$(VERSION)\"" \ /D USE_TCL_STUBS=1 \ /FR"$(OBJDIR)\\" \ @@ -239,7 +240,11 @@ $(ALL_OBJS): makefile ########################################################### # # $Log: makefile,v $ -# Revision 1.5 2004-04-26 09:31:00 adam +# Revision 1.6 2006-05-01 12:42:44 adam +# Update for VS 2005. +# Version 1.4.3. +# +# Revision 1.5 2004/04/26 09:31:00 adam # Update for 1.4.2 # # Revision 1.4 2003/03/05 22:06:32 adam -- 1.7.10.4