From: Jeffrey H. <ho...@us...> - 2004-12-30 02:01:13
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24685/win Modified Files: configure tcl.m4 Log Message: * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967] Align LIBS_GUI with Tk head needs. |