summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-10-11 12:27:32 (GMT)
committernijtmans <nijtmans>2010-10-11 12:27:32 (GMT)
commit7af9b96ae8af965228ce6e968abc3291e2486de2 (patch)
tree7caac7b209dd631a4b68a50300ecb9a16b35f849 /win/makefile.vc
parent5a8be28add9aeca01e32b41d7c021f912eb3d4d4 (diff)
downloadtk-7af9b96ae8af965228ce6e968abc3291e2486de2.zip
tk-7af9b96ae8af965228ce6e968abc3291e2486de2.tar.gz
tk-7af9b96ae8af965228ce6e968abc3291e2486de2.tar.bz2
Add netapi32 to the windows link line
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 5f90d96..7cc2423 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -13,7 +13,7 @@
# Copyright (c) 2003-2008 Pat Thoyts.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.131 2010/09/09 14:59:24 nijtmans Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.132 2010/10/11 12:27:32 nijtmans Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -521,7 +521,7 @@ tcllibs = $(TCLIMPLIB)
tcllibs = $(TCLSTUBLIB) $(tcllibs)
!endif
-baselibs = kernel32.lib user32.lib advapi32.lib ws2_32.lib
+baselibs = netapi32.lib kernel32.lib user32.lib advapi32.lib ws2_32.lib
# Avoid 'unresolved external symbol __security_cookie' errors.
# c.f. http://support.microsoft.com/?id=894573
!if "$(MACHINE)" == "IA64" || "$(MACHINE)" == "AMD64"