summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-26 10:53:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-26 10:53:36 (GMT)
commit830684d49c443bd166d974d2cc3f76ffc951d799 (patch)
treecb90353bbc13b275ae648f65a75e65cccb5fc00c /win/makefile.vc
parentdf3a9de021b466acd24e2d10e0223a6786b51fe6 (diff)
downloadtk-830684d49c443bd166d974d2cc3f76ffc951d799.zip
tk-830684d49c443bd166d974d2cc3f76ffc951d799.tar.gz
tk-830684d49c443bd166d974d2cc3f76ffc951d799.tar.bz2
Remove all references to coffbase.txt (which will be removed from Tcl) and win98 specific hacks.core_8_6_branch
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc10
1 files changed, 1 insertions, 9 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 6f61327..206b487 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -505,14 +505,6 @@ lflags = $(lflags) -profile
lflags = $(lflags) -nodefaultlib:libucrt.lib
!endif
-!if $(ALIGN98_HACK) && !$(STATIC_BUILD)
-### Align sections for PE size savings.
-lflags = $(lflags) -opt:nowin98
-!else if !$(ALIGN98_HACK) && $(STATIC_BUILD)
-### Align sections for speed in loading by choosing the virtual page size.
-lflags = $(lflags) -align:4096
-!endif
-
!if $(LOIMPACT)
lflags = $(lflags) -ws:aggressive
!endif
@@ -643,7 +635,7 @@ $(TKLIB): $(TKOBJS)
$**
<<
!else
- $(link32) $(dlllflags) -base:@$(COFFBASE),tk -out:$@ $(guilibs) \
+ $(link32) $(dlllflags) -out:$@ $(guilibs) \
$(TCLSTUBLIB) @<<
$**
<<