summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-2/+6
|\ | | | | 3 new testcases
| * Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-2/+6
| |
* | Make sure that in tclConfig.sh for Windows ${DBGX} is expanded before ↵jan.nijtmans2020-07-071-5/+4
| | | | | | | | | | exporting TCL_(SHARED|UNSHARED|EXPORT)_LIB_SUFFIX there. Otherwise extensions removing ${DBGX} from their implementation (see TIP #578) will break on Windows. tclConfig.sh should never contain the macro ${DBGX} any more. (On UNIX this was already correct, on Windows it was forgotten)
* | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, ↵jan.nijtmans2020-04-101-2/+2
| | | | | | | | and at least one of them contains a space.
* | Merge 8.5jan.nijtmans2020-02-241-1/+1
|\ \ | |/
| * Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-241-24/+22
| |
* | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet)jan.nijtmans2019-12-141-3/+12
| |
* | Merge 8.5jan.nijtmans2019-11-271-158/+75
|\ \ | |/
| * Don't bother paths of 64-bit SDK any more: This was Visual Studio ↵jan.nijtmans2019-11-271-158/+75
| | | | | | | | 2008-specific and doesn't work with other Visual Studio versions.
* | Fix travis build on Windows (tweak to configure script was made on purpose, ↵jan.nijtmans2019-11-041-10/+12
| | | | | | | | to workaround a bug in autoconf-2.59)
* | Updates from `make dist`dgp2019-11-031-12/+10
| |
* | merge 8.6dgp2019-09-111-3278/+3112
|\ \
| * \ Merge 8.5jan.nijtmans2019-09-091-1/+1
| |\ \ | | |/
| | * Final touch to make everything work for 8.5:jan.nijtmans2019-09-091-1/+1
| | | | | | | | | | | | | | | - Don't use AS_ECHO macro, because autoconf-2.59 doesn't have it. - -D_BUILD_tcl should be -DBUILD_tcl - Missing back-slashes at the end of the line.
| * | merge 8.5 (no functional changes on tclProc, it was already fixed there - ↵sebres2019-09-061-10/+12
| |\ \ | | |/ | | | | | | only test cases)
| | * Fix configure script (re-generated with a modified autoconf-2.59, in which ↵jan.nijtmans2019-09-061-10/+12
| | | | | | | | | | | | | | | the AC_PROG_MAKE_SET macro is replaced with the one from autoconf-2.69) :-) Re-enable native travis build on Windows, showing that the build now works.
| * | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate ↵jan.nijtmans2019-09-021-3289/+3121
| |\ \ | | |/ | | | | | | win/unix configure scripts.
| | * close forksebres2019-07-121-3172/+2925
| | |\
* | | \ merge 8.6dgp2019-07-151-3112/+3300
|\ \ \ \ | |/ / /
| * | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵sebres2019-07-121-3112/+3300
| |\ \ \ | | |/ / | | | | | | | | tcl8.6), conflicts resolved, etc
| | * | integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-121-0/+20
| | |\ \
| | | * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵sebres2019-07-101-0/+20
| | | | | | | | | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T)
| * | | | Merge 8.5jan.nijtmans2019-07-121-3279/+3112
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Leave out travis tests for MSVC, until test-cases are fixed.jan.nijtmans2019-07-121-3172/+2925
| | |/ / | | | | | | | | Revert generated configure script to use original autoconf version.
| * | | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC.dkf2019-07-101-3112/+3279
| |\ \ \ | | |/ /
| | * | Updated win/configure to use current version of autoconfdkf2019-07-071-2925/+3172
| | |/
| | * tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-4/+4
| | |
| | * merge 8.5dgp2015-12-101-8/+4
| | |\
| | * | autoconf-2.59dgp2015-10-231-5/+5
| | | |
* | | | Bump version numbers for 8.6.10 release.dgp2019-06-171-1/+1
|/ / /
* | | Bump version numbers for 8.6.9 release.dgp2018-10-051-1/+1
| | |
* | | win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): ↵sebres2018-07-201-1/+1
| | | | | | | | | | | | "$do64bit" may be "amd64|x64|yes", so it could find & copy wrong zlib.dll.
* | | Start RC branch for Tcl 8.6.8dgp2017-12-061-1/+2
| | |
* | | merge 8.6dgp2017-04-211-1/+2
|\ \ \
| * | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵jan.nijtmans2017-04-201-1/+2
| | | | | | | | | | | | | | | | on unix, even though it should just be empty: TEA extensions might depend on it.
* | | | Start RC branch for Tcl 8.6.7dgp2017-03-101-1/+1
|/ / /
* | | Start RC branch for Tcl 8.6.6dgp2016-07-121-1/+1
| | |
* | | Bump to 8.6.5dgp2016-01-281-1/+1
| | |
* | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵jan.nijtmans2015-12-021-8/+4
|\ \ \ | | |/ | |/| | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit").
| * | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵jan.nijtmans2015-12-021-8/+4
| | | | | | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit").
* | | re-generate "configure", both for unix and winjan.nijtmans2015-10-251-4/+4
|\ \ \ | |/ /
| * | re-generate "configure", both for unix and winjan.nijtmans2015-10-251-4/+4
| |/
* | Fix [b42a851475]: file normalize ~user returns wrong directory on Windowsjan.nijtmans2015-10-061-2/+2
|\ \ | |/
* | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵jan.nijtmans2015-10-051-1/+1
|\ \ | |/ | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway
| * Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵jan.nijtmans2015-10-051-1/+1
| | | | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway
* | Don't limit Universal runtime support VisualStudio version 14 only, future ↵jan.nijtmans2015-09-301-2/+2
|\ \ | |/ | | | | versions will probably have it as well.
| * Don't limit Universal runtime support VisualStudio version 14 only, future ↵jan.nijtmans2015-09-301-2/+2
| | | | | | | | versions will probably have it as well.
* | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵jan.nijtmans2015-08-281-2/+18
|\ \ | |/ | | | | 14.0. Now for the configure/makefile build.
| * Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵jan.nijtmans2015-08-281-2/+18
| | | | | | | | 14.0. Now for the configure/makefile build.
| * Bump to version 8.5.18.dgp2015-02-051-1/+1
| |