diff options
author | patthoyts <patthoyts@noemail.net> | 2003-10-08 21:49:56 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2003-10-08 21:49:56 (GMT) |
commit | c9241828e2fca98949385308282f04a90e872732 (patch) | |
tree | da7bf61d6949518714bf205fe936e53d6c2ce837 /win/configure | |
parent | 4b71c5a2fc7930778d4847850089114f921af69e (diff) | |
download | tk-c9241828e2fca98949385308282f04a90e872732.zip tk-c9241828e2fca98949385308282f04a90e872732.tar.gz tk-c9241828e2fca98949385308282f04a90e872732.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:
FossilOrigin-Name: 34f9ee5a119c768702a1ab36c15e9a018580f3c7
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 |