diff options
author | nijtmans <nijtmans> | 2010-09-09 14:59:24 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-09-09 14:59:24 (GMT) |
commit | 6da8b413c4b3bf6801bd9935bce44a7764ab85f6 (patch) | |
tree | db2ee4f118c9b31127a933e042a1748307d33b17 /win/configure | |
parent | 10742e417a6e784ea50d4e67cb69513a38d03741 (diff) | |
download | tk-6da8b413c4b3bf6801bd9935bce44a7764ab85f6.zip tk-6da8b413c4b3bf6801bd9935bce44a7764ab85f6.tar.gz tk-6da8b413c4b3bf6801bd9935bce44a7764ab85f6.tar.bz2 |
win/rules.vc: (sync with tcl version)
mingw should always link with -ladvapi32
Remove ascii variant of tkWinPocs table,
it is no longer necessary.
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 72f0ea6..6b2e109 100755 --- a/win/configure +++ b/win/configure @@ -3287,7 +3287,7 @@ echo "$as_me: WARNING: 64bit mode not supported with GCC on Windows" >&2;} fi SHLIB_LD="" SHLIB_LD_LIBS='${LIBS}' - LIBS="-lws2_32" + LIBS="-lkernel32 -luser32 -ladvapi32 -lws2_32" # 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' |