summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-06 14:49:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-06 14:49:23 (GMT)
commit2738bd34505c7fa7a1d68fe8f5bbaa2f5d35c12c (patch)
tree0f4f9046805988cc273ce06b3db5fd75c8167c21 /win/makefile.vc
parente38804664b6a2b090714657b23bcfe211c58347c (diff)
parent40ba2e067496a7fab51129617bbcd0f5553f285f (diff)
downloadtcl-2738bd34505c7fa7a1d68fe8f5bbaa2f5d35c12c.zip
tcl-2738bd34505c7fa7a1d68fe8f5bbaa2f5d35c12c.tar.gz
tcl-2738bd34505c7fa7a1d68fe8f5bbaa2f5d35c12c.tar.bz2
Fix [b42a851475]: file normalize ~user returns wrong directory on Windows
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 024ecb0..70f3f6e 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -550,7 +550,7 @@ dlllflags = $(lflags) -dll
conlflags = $(lflags) -subsystem:console
guilflags = $(lflags) -subsystem:windows
-baselibs = netapi32.lib kernel32.lib user32.lib advapi32.lib ws2_32.lib
+baselibs = netapi32.lib kernel32.lib user32.lib advapi32.lib userenv.lib ws2_32.lib
# Avoid 'unresolved external symbol __security_cookie' errors.
# c.f. http://support.microsoft.com/?id=894573
!if "$(MACHINE)" == "IA64" || "$(MACHINE)" == "AMD64"