summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-06 15:04:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-06 15:04:42 (GMT)
commitc7881f1311665010dcf5da4bab4d7a5f3b0ca631 (patch)
treeb7d2fe003ea8c9f3e2e11a1cead2d37800e737b3 /win/makefile.vc
parent47a8d3de4e7b782b904446dcfe4897a631764254 (diff)
downloadtk-c7881f1311665010dcf5da4bab4d7a5f3b0ca631.zip
tk-c7881f1311665010dcf5da4bab4d7a5f3b0ca631.tar.gz
tk-c7881f1311665010dcf5da4bab4d7a5f3b0ca631.tar.bz2
Link with userenv.lib, because it is now needed by Tcl.
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 1b55cdf..ae43eb6 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -523,7 +523,7 @@ guilflags = $(lflags) -subsystem:windows
tcllibs = $(TCLSTUBLIB) $(TCLIMPLIB)
-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"