summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-12 18:37:50 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-12 18:37:50 (GMT)
commit251f7dacec6aa6bcb69903b495307f73449d2bff (patch)
treef9781177e5a9580181d74f5c1cb2acc4dc4af69d /win/rules.vc
parent16bf696cda8c2d64b7262c508de606277c018572 (diff)
downloadtcl-251f7dacec6aa6bcb69903b495307f73449d2bff.zip
tcl-251f7dacec6aa6bcb69903b495307f73449d2bff.tar.gz
tcl-251f7dacec6aa6bcb69903b495307f73449d2bff.tar.bz2
Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker parameters (e. g. "LNK1561: entry point must be defined");
Additionally recognizes an new linker code LNK4224 for "no longer supported; ignored".
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index ecdd28f..2edaa49 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -190,7 +190,7 @@ COMPILERFLAGS = $(COMPILERFLAGS) -QIA64_Bx
# Prevents "LNK1561: entry point must be defined" error compiling from VS-IDE:
!ifndef LINKER_TESTFLAGS
-LINKER_TESTFLAGS = -entry:_DllMainCRTStartup@12
+LINKER_TESTFLAGS = /DLL /NOENTRY /OUT:nmhlp-out.txt
!endif
!if "$(MACHINE)" == "IX86"