diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-26 10:53:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-26 10:53:36 (GMT) |
commit | 830684d49c443bd166d974d2cc3f76ffc951d799 (patch) | |
tree | cb90353bbc13b275ae648f65a75e65cccb5fc00c /win/makefile.vc | |
parent | df3a9de021b466acd24e2d10e0223a6786b51fe6 (diff) | |
download | tk-core_8_6_branch.zip tk-core_8_6_branch.tar.gz tk-core_8_6_branch.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.vc | 10 |
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) @<<
$**
<<
|