summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* TCL_NEEDS_EXP_FILE is no longer usedjan.nijtmans2023-08-031-2/+2
* sync tcl.m4 with Tcljan.nijtmans2022-05-091-1/+1
* sync win/tcl.m4 and win/rules.vc with Tcljan.nijtmans2022-02-141-7/+7
* More changes for arm64 (or aarch64)jan.nijtmans2022-02-081-5/+14
* Add support for windows-armjan.nijtmans2022-02-071-1/+8
* Fix -fno-lto determination/add --enable-auto-image-base option to windows bui...jan.nijtmans2021-11-111-0/+13
* Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil.jan.nijtmans2021-06-091-1/+1
* Compile stub library with -fno-lto. See [https://core.tcl-lang.org/thread/inf...jan.nijtmans2021-01-211-0/+14
* Merge 8.5. Sync */tcl.m4 with Tcl.jan.nijtmans2021-01-051-40/+38
|\
| * Sync */tcl.m4 with Tcljan.nijtmans2021-01-051-35/+34
| * Update all configure-related stuff to work with autoconf-2.70 too. For now, e...jan.nijtmans2020-12-221-7/+7
* | Merge 8.5jan.nijtmans2020-12-031-8/+0
|\ \ | |/
| * sync tcl.m4 and ruls.vc with Tcljan.nijtmans2020-12-021-8/+0
| |\ | |/ |/|
* | Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-291-1/+1
|\ \ | |/
| * Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-291-1/+1
| |\ | |/ |/|
* | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-241-1/+1
|\ \ | |/
* | Sync tcl.m4 with version in Tcljan.nijtmans2019-12-161-3/+12
* | Sync tcl.m4 with the vesion provided by Tcl 8.6jan.nijtmans2019-11-271-25/+3
|\ \
* \ \ Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp...jan.nijtmans2015-12-031-5/+2
|\ \ \
* | | | Link with userenv.lib, because it is now needed by Tcl.jan.nijtmans2015-10-061-2/+2
* | | | Double '[' and ']', otherwise re-generating "configure" doesn't give the expe...jan.nijtmans2015-10-061-2/+2
|\ \ \ \
* \ \ \ \ Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) alway...jan.nijtmans2015-10-051-1/+1
|\ \ \ \ \
* \ \ \ \ \ Don't limit Universal runtime support to VisualStudio version 14 only, future...jan.nijtmans2015-09-301-2/+2
|\ \ \ \ \ \
* \ \ \ \ \ \ Completing [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a...jan.nijtmans2015-08-281-2/+18
|\ \ \ \ \ \ \
* | | | | | | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-2/+2
* | | | | | | | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as i...jan.nijtmans2013-11-191-1/+1
* | | | | | | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-041-3/+5
|\ \ \ \ \ \ \ \
* | | | | | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. jan.nijtmans2013-09-271-2/+1
* | | | | | | | | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-231-3/+3
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-141-12/+19
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-151-42/+186
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ better formatting of "configure --help"jan.nijtmans2012-07-181-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ sync tcl.m4 with Tcl versionjan.nijtmans2012-05-021-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ minor clean-up of tkInt.declsjan.nijtmans2012-04-121-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ some more cygwin compatibility improvementsjan.nijtmans2012-04-061-8/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-04-021-55/+168
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-281-0/+1
* | | | | | | | | | | | | | | | | | The -debug:full option is not supported when using the modern versions of lin...jan2011-03-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | handle --enable-64bit=ia64 for gccnijtmans2011-01-121-18/+24
* | | | | | | | | | | | | | | | | | | Fix manifest-generation for 64-bit gcc (mingw-w64)nijtmans2010-12-101-2/+5
* | | | | | | | | | | | | | | | | | | [Patch #3116490] cross-compile Tk mingw32 on unix.nijtmans2010-12-031-3/+0
* | | | | | | | | | | | | | | | | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f...nijtmans2010-11-171-1/+19
* | | | | | | | | | | | | | | | | | | Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-161-1/+1
* | | | | | | | | | | | | | | | | | | Add netapi32 to the windows link linenijtmans2010-10-111-2/+2
* | | | | | | | | | | | | | | | | | | Add -Wdeclaration-after-statementnijtmans2010-09-231-1/+1
* | | | | | | | | | | | | | | | | | | win/rules.vc: (sync with tcl version)nijtmans2010-09-091-15/+15
* | | | | | | | | | | | | | | | | | | * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-311-2/+4
* | | | | | | | | | | | | | | | | | | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-0/+50
* | | | | | | | | | | | | | | | | | | regenerated with autoconf-2.59nijtmans2010-04-061-2/+2