summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-10-08 21:49:56 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-10-08 21:49:56 (GMT)
commitcb3e63058823409a46a89f7e720636bfa3cc48f1 (patch)
treeda7bf61d6949518714bf205fe936e53d6c2ce837 /win/configure
parentbd68659da7e1f828f00ca30ebd1e4c20d2befd3c (diff)
downloadtk-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-xwin/configure4
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