summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2007-12-05 18:41:01 (GMT)
committerhobbs <hobbs@noemail.net>2007-12-05 18:41:01 (GMT)
commit80e098935632aca24ad2200d817f8384e2a9bc3a (patch)
tree07e8bfb454ae1705ab2b7bf5885059006b3e89c2 /win/configure
parent1669ec4c1a0983bbadaabceb69f07cba13727017 (diff)
downloadtk-80e098935632aca24ad2200d817f8384e2a9bc3a.zip
tk-80e098935632aca24ad2200d817f8384e2a9bc3a.tar.gz
tk-80e098935632aca24ad2200d817f8384e2a9bc3a.tar.bz2
* win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32
-loleaut32 but not msvc for Tk's [send]. [Bug 1844749] FossilOrigin-Name: 7b689aa00c02ac59ff975d6b9ea4e91714231bbb
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index 30269df..5e75ca2 100755
--- a/win/configure
+++ b/win/configure
@@ -2732,7 +2732,8 @@ echo "$as_me: WARNING: 64bit mode not supported with GCC on Windows" >&2;}
SHLIB_LD=""
SHLIB_LD_LIBS=""
LIBS="-lws2_32"
- LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -luuid"
+ # mingw needs to link ole32 and oleaut32 for [send], but MSVC doesn't
+ LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -luuid -lole32 -loleaut32"
STLIB_LD='${AR} cr'
RC_OUT=-o
RC_TYPE=