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/tcl.m4 | |
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/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ 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= |