From bbd8f4003463f11f726b845144c66fe67ac6762c Mon Sep 17 00:00:00 2001 From: davygrvy Date: Thu, 28 Mar 2002 23:29:44 +0000 Subject: fixed double use of $(ldebug) --- win/makefile.vc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/win/makefile.vc b/win/makefile.vc index 31838f1..48be7d1 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.53 2002/03/28 23:23:03 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.54 2002/03/28 23:29:44 davygrvy Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -527,8 +527,8 @@ $(TKLIB): $(TKOBJS) $** << !else - $(link32) $(ldebug) $(dlllflags) -base:@$(COFFBASE),tk -out:$@ \ - $(guilibs) $(TCLSTUBLIB) @<< + $(link32) $(dlllflags) -base:@$(COFFBASE),tk -out:$@ $(guilibs) \ + $(TCLSTUBLIB) @<< $** << -@del $*.exp @@ -540,13 +540,13 @@ $(TKSTUBLIB): $(TKSTUBOBJS) $(WISH): $(WISHOBJS) $(TKIMPLIB) - $(link32) $(ldebug) $(guilflags) -out:$@ $(guilibs) $(TCLIMPLIB) $** + $(link32) $(guilflags) -out:$@ $(guilibs) $(TCLIMPLIB) $** $(WISHC): $(WISHOBJS) $(TKIMPLIB) - $(link32) $(ldebug) $(conlflags) -out:$@ $(guilibs) $(TCLIMPLIB) $** + $(link32) $(conlflags) -out:$@ $(guilibs) $(TCLIMPLIB) $** $(TKTEST): $(TKTESTOBJS) $(TKIMPLIB) - $(link32) $(ldebug) $(guilflags) -out:$@ $(guilibs) $(TCLIMPLIB) $** + $(link32) $(guilflags) -out:$@ $(guilibs) $(TCLIMPLIB) $** $(CAT32): $(TCLDIR)\win\cat.c -- cgit v0.12