diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-09-26 20:47:03 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-09-26 20:47:03 (GMT) |
commit | 6142afe35274394fb66bf8ec381f250f4cb9dd11 (patch) | |
tree | fa657ee625dc2a60df527a2b5c09754304342703 /win/makefile.vc | |
parent | 559a23d9cfc638221b16fa7d2561fc06ff792fb0 (diff) | |
download | tcl-6142afe35274394fb66bf8ec381f250f4cb9dd11.zip tcl-6142afe35274394fb66bf8ec381f250f4cb9dd11.tar.gz tcl-6142afe35274394fb66bf8ec381f250f4cb9dd11.tar.bz2 |
Additional compiler flags and amd64 support.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 62222de..238069d 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.149 2006/09/26 00:05:03 patthoyts Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.150 2006/09/26 20:47:03 patthoyts Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -474,7 +474,7 @@ ldebug = -release -opt:ref -opt:icf,3 !endif ### Declarations common to all linker options -lflags = -nologo -machine:$(MACHINE) $(ldebug) +lflags = -nologo -machine:$(MACHINE) $(LINKERFLAGS) $(ldebug) !if $(FULLWARNINGS) lflags = $(lflags) -warn:3 |