summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-22 10:41:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-22 10:41:58 (GMT)
commit96d78716495c142ef7dc199c849139d3143a08db (patch)
treedeab11c0aacdc17582b2c0818d686beb65e1b5aa /win/makefile.vc
parentb9f74bb43e5903dbe3fadd8c4d382c1724ee883f (diff)
parent34d54589721d694a76e1dc19d81ac93b68424281 (diff)
downloadtcl-96d78716495c142ef7dc199c849139d3143a08db.zip
tcl-96d78716495c142ef7dc199c849139d3143a08db.tar.gz
tcl-96d78716495c142ef7dc199c849139d3143a08db.tar.bz2
The -debug:full option is not supported when using the modern versions of link.exe included with MSVC, use -debug instead
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index e38abe5..35aef18 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -452,11 +452,11 @@ STUB_CFLAGS = $(cflags) $(cdebug:-GL=) $(OPTDEFINES)
#---------------------------------------------------------------------
!if $(DEBUG)
-ldebug = -debug:full -debugtype:cv
+ldebug = -debug -debugtype:cv
!else
ldebug = -release -opt:ref -opt:icf,3
!if $(SYMBOLS)
-ldebug = $(ldebug) -debug:full -debugtype:cv
+ldebug = $(ldebug) -debug -debugtype:cv
!endif
!endif
@@ -715,7 +715,7 @@ $(OUT_DIR)\tclConfig.sh: $(WINDIR)\tclConfig.sh.in
@DEFS@ $(TCL_CFLAGS)
@CFLAGS_DEBUG@ -nologo -c -W3 -YX -Fp$(TMP_DIR)\ -MDd
@CFLAGS_OPTIMIZE@ -nologo -c -W3 -YX -Fp$(TMP_DIR)\ -MD
-@LDFLAGS_DEBUG@ -nologo -machine:$(MACHINE) -debug:full -debugtype:cv
+@LDFLAGS_DEBUG@ -nologo -machine:$(MACHINE) -debug -debugtype:cv
@LDFLAGS_OPTIMIZE@ -nologo -machine:$(MACHINE) -release -opt:ref -opt:icf,3
@TCL_DBGX@ $(SUFX)
@TCL_LIB_FILE@ $(PROJECT)$(VERSION)$(SUFX).lib