summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-04-09 19:21:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-04-09 19:21:38 (GMT)
commitfbf45e053a5b4a14699f031f09afe7ee67c254ae (patch)
treef5979cf7c21cbbc65a30ec0073b2244e30df76fe /win/configure
parentbb3ef949858f5fa0190e37b1b7642dc29369e152 (diff)
parent869730bf85067c15e36cab14904da2bda45cb84a (diff)
downloadtcl-fbf45e053a5b4a14699f031f09afe7ee67c254ae.zip
tcl-fbf45e053a5b4a14699f031f09afe7ee67c254ae.tar.gz
tcl-fbf45e053a5b4a14699f031f09afe7ee67c254ae.tar.bz2
Merge 8.7. Complete implementation for MSVC and for UNIX.
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index 716cf98..29dc6d6 100755
--- a/win/configure
+++ b/win/configure
@@ -4317,12 +4317,12 @@ else
-I\"${MSSDK}/Include/crt/sys\""
fi
- RC="\"${MSSDK}/bin/rc.exe\""
+ RC="rc"
CFLAGS_DEBUG="-nologo -Zi -Od ${runtime}d"
# Do not use -O2 for Win64 - this has proved buggy in code gen.
CFLAGS_OPTIMIZE="-nologo -O1 ${runtime}"
lflags="${lflags} -nologo -MACHINE:${MACHINE} -LIBPATH:\"${MSSDK}/Lib/${MACHINE}\""
- LINKBIN="\"${PATH64}/link.exe\""
+ LINKBIN="link"
# Avoid 'unresolved external symbol __security_cookie' errors.
# c.f. http://support.microsoft.com/?id=894573
LIBS="$LIBS bufferoverflowU.lib"