diff options
author | dgp <dgp@users.sourceforge.net> | 2007-12-05 20:26:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-12-05 20:26:46 (GMT) |
commit | 052769d3429842c878d3f69a27ab2075e1cb44b8 (patch) | |
tree | 2d9c8a2a6863dcac4a4cd219f9580c43b510b30e /win/configure | |
parent | 8fb134c7b3563ffd9f518c2c75271ee5d2063998 (diff) | |
download | tk-052769d3429842c878d3f69a27ab2075e1cb44b8.zip tk-052769d3429842c878d3f69a27ab2075e1cb44b8.tar.gz tk-052769d3429842c878d3f69a27ab2075e1cb44b8.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 5f56e1d..e48016c 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= |