diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-02 11:58:01 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-02 11:58:01 (GMT) |
| commit | a2e1bdf3b541497d607533fa83d88daebca4737e (patch) | |
| tree | 9b23875dbbf1c343e5d2780981bdd26e4c768889 | |
| parent | 1adac52046321a2cd3c2dca5c9fc384666e34e18 (diff) | |
| parent | c387e380dea36d13e5809aeea05acb5fa1663830 (diff) | |
| download | tcl-a2e1bdf3b541497d607533fa83d88daebca4737e.zip tcl-a2e1bdf3b541497d607533fa83d88daebca4737e.tar.gz tcl-a2e1bdf3b541497d607533fa83d88daebca4737e.tar.bz2 | |
Merge 8.6
| -rw-r--r-- | win/rules.vc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/win/rules.vc b/win/rules.vc index f3e5439..ab43909 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -1481,18 +1481,6 @@ lflags = -nologo -machine:$(MACHINE) $(LINKERFLAGS) $(ldebug) lflags = $(lflags) -nodefaultlib:libucrt.lib
!endif
-# Old linkers (Visual C++ 6 in particular) will link for fast loading
-# on Win98. Since we do not support Win98 any more, we specify nowin98
-# as recommended for NT and later. However, this is only required by
-# IX86 on older compilers and only needed if we are not doing a static build.
-
-!if "$(MACHINE)" == "IX86" && !$(STATIC_BUILD)
-!if [nmakehlp -l -opt:nowin98 $(LINKER_TESTFLAGS)]
-# Align sections for PE size savings.
-lflags = $(lflags) -opt:nowin98
-!endif
-!endif
-
dlllflags = $(lflags) -dll
conlflags = $(lflags) -subsystem:console
guilflags = $(lflags) -subsystem:windows
|
