| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
compiling without SDK works fine (provided that the build is configured using "--enable-64bit")
|
|
|
|
| |
expected result.
|
|
|
|
| |
always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway
|
|
|
|
| |
future versions will probably have it as well.
|
|
|
|
| |
[http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure/makefile build.
|
|
|
| |
This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
|
|
|
|
|
| |
Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065].
Both MinGW and MinGW-w64 (32-bit) are affected.
Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
|
|
|
|
| |
[http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
|
|\
| |
| |
| |
| | |
Cygwin shell.
Improve some comments and quoting, no change in functionality.
|
| |
| |
| |
| | |
Cygwin shell.
|
| | |
|
| |
| |
| | |
autoconf-2.13
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| | |
cleanup tkInt.decls
configure changes for cygwin
|
| | |
|
|\ \
| |/
| | |
format tk.decls like tcl8.5/8.6
|
| | |
|
|\ \
| |/
| | |
(autoconf still to be run!)
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | | |
This change allows to build the cygwin
and mingw32 ports of Tcl/Tk to build
out-of-the-box using a native or cross-
compiler.
|
| | | |
|
| |/ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/
| |
| | |
link.exe included with MSVC, use -debug instead
|
| |
| |
| |
| | |
link.exe included with MSVC, use -debug instead
|
| |
| |
| | |
Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
|
| |
| |
| |
| |
| |
| |
| |
| | |
number of
deprecation warnings on later VC++ versions.
Better VCVERSION determination.
All changes backported from Tcl8.5/8.6
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tkMain.c: version, now using full patchlevel instead of
* generic/tkWindow.c: major.minor
* library/tk.tcl:
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
|
| |
| |
| |
| | |
Needed by Tk for manifest generation.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* win/configure: --enable-64bit now accepts =amd64|ia64 for
* win/Makefile.in: Windows 64-bit build variants (default: amd64)
* win/makefile.vc: [Bug 1369597]
* win/configure.in:
* win/wish.exe.manifest.in (new): manifest must map in MACHINE
* win/rc/wish.exe.manifest (removed): and VERSION to be correct.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
BUILD_TCLSH into Makefile. Rework html
target so that it depends on the tclsh
installed on the system PATH.
* unix/configure: Regen.
* unix/configure.in: Invoke SC_PROG_TCLSH
and SC_BUILD_TCLSH and subst into Makefile.
* unix/tcl.m4: Update from Tcl.
* win/Makefile.in: Subst TCLSH_PROG and
BUILD_TCLSH into Makefile. Rework winhelp
target so that it depends on the tclsh
installed on the system PATH.
* win/configure: Regen.
* win/configure.in: Invoke SC_BUILD_TCLSH
and subst into Makefile.
* win/tcl.m4: Update from Tcl.
[Tcl patch 1244153]
|
| |
| |
| |
| | |
allow msys alone as an alternative.
|
| |
| |
| |
| |
| |
| | |
-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]
|
| |
| |
| |
| |
| |
| |
| | |
* win/configure.in: Set stub lib flag based
on new LIBFLAGSUFFIX variable.
* win/tcl.m4: Update from Tcl to get new
LIBFLAGSUFFIX variable.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Use -pipe for gcc on win32 (backported)
|
| |
| |
| |
| |
| | |
manifest handling on Win64.
* win/configure: Regenerated.
|
| |
| |
| |
| |
| |
| |
| | |
* win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST
macro and --enable-embedded-manifest configure arg added to
support manifest embedding where we know the magic. Help prevents
DLL hell with MSVC8+.
|
| |
| |
| |
| |
| | |
avoid CC manipulation that can screw up later configure checks.
Use 'd'ebug runtime in 64-bit builds.
|
| |
| |
| |
| | |
-loleaut32 but not msvc for Tk's [send]. [Bug 1844749]
|
| |
| |
| |
| | |
(LIBS): add ws2_32.lib for static builds with Tcl.
|
| |
| |
| |
| |
| | |
This was removed from unix/tcl.m4 2004-07-16 but not from here.
* win/configure: Regenerated.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tkMain.c: version, now using full patchlevel instead of
* generic/tkWindow.c: major.minor
* library/tk.tcl:
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
|
| | |
|