diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2003-10-08 21:49:56 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2003-10-08 21:49:56 (GMT) |
commit | cb3e63058823409a46a89f7e720636bfa3cc48f1 (patch) | |
tree | da7bf61d6949518714bf205fe936e53d6c2ce837 /win/configure | |
parent | bd68659da7e1f828f00ca30ebd1e4c20d2befd3c (diff) | |
download | tk-cb3e63058823409a46a89f7e720636bfa3cc48f1.zip tk-cb3e63058823409a46a89f7e720636bfa3cc48f1.tar.gz tk-cb3e63058823409a46a89f7e720636bfa3cc48f1.tar.bz2 |
* win/tcl.m4: Add TIP #150 items to the TEA makefiles.
* win/configure:
* win/Makefile.in:
* win/tkWinSend.c: Clean up some warnings from gcc -Wall.
* win/tkWinSendCom.c:
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure index 8d505c1..efd86a8 100755 --- a/win/configure +++ b/win/configure @@ -2599,7 +2599,7 @@ echo "$as_me: WARNING: \"64bit mode not supported with GCC on Windows\"" >&2;} SHLIB_LD="" SHLIB_LD_LIBS="" LIBS="" - LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32" + LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -lole32 -loleaut32 -luuid" STLIB_LD='${AR} cr' RC_OUT=-o RC_TYPE= @@ -2778,7 +2778,7 @@ echo "$as_me: WARNING: \"could not find 64-bit SDK to enable 64bit mode\"" >&2;} SHLIB_LD="${LINKBIN} -dll -nologo -incremental:no" LIBS="user32.lib advapi32.lib" - LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib comctl32.lib shell32.lib" + LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib comctl32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib" RC_OUT=-fo RC_TYPE=-r RC_INCLUDE=-i |