summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Remove (almost all remaining) traces of DBGX for Windows build.jan.nijtmans2020-02-111-4/+1
* Merge 8.6jan.nijtmans2020-01-281-1/+7
|\
| * Don't add UNIX_DIR to VPATH. This should solve a dependency problem on Cygwin...jan.nijtmans2020-01-281-1/+7
* | Merge 8.6jan.nijtmans2019-12-051-5/+6
|\ \ | |/
| * Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all cod...jan.nijtmans2019-12-051-5/+6
* | Merge 8.6jan.nijtmans2019-09-091-3/+3
|\ \ | |/
| * Merge 8.5jan.nijtmans2019-09-091-3/+3
| |\
| | * Took over a few too many comments from Tcl's win/Makefile.in .. correct that.jan.nijtmans2019-09-091-3/+3
* | | Merge 8.6jan.nijtmans2019-09-091-51/+47
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-09-091-51/+47
| |\ \ | | |/
| | * Fix build with Visual Studio (configure/make/cl). It appears we cannot use "s...jan.nijtmans2019-09-091-51/+47
* | | Merge 8.6jan.nijtmans2019-09-021-0/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-09-021-0/+1
| |\ \ | | |/
| | * Add runstatedir to Makefile.in. Not used yet, only used if "configure" script...jan.nijtmans2019-09-021-0/+1
* | | Merge 8.6jan.nijtmans2019-08-201-10/+11
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-08-201-10/+11
| |\ \ | | |/
| | * Don't use ".." in Windows paths during build. Taken from Tcl [https://core.tc...jan.nijtmans2019-08-201-10/+12
| * | Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into the...jan.nijtmans2018-01-221-2/+2
| * | Fix UNIX build, and eliminate possible warning in Makefilejan.nijtmans2016-09-301-0/+1
* | | Don't record unknown informationdkf2019-04-141-0/+1
* | | Implement TIP 507dkf2019-04-141-0/+1
|\ \ \
| * | | Implementation of TIP #507: Include simple svg support with nanosvg. Files as...fvogel2018-05-151-0/+1
* | | | Add support for "wine", and fix 2 test-cases which fail in winejan.nijtmans2018-10-151-7/+8
* | | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro...jan.nijtmans2018-07-101-1/+1
* | | | Make Tk compile with TIP #494 (being tested now) using compatibility macros. ...jan.nijtmans2018-07-091-1/+1
|/ / /
* | | Added -withalpha option to [imageName get].simonbachmann2017-03-231-0/+1
* | | Compile with -Wwrite-strings, as does Tcl. In pkgIndex files, allow "8.6-" to...jan.nijtmans2017-01-201-1/+1
* | | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D...jan.nijtmans2017-01-171-1/+1
* | | Make it more likely that compiles with VS2012/VS2013 actually work on Windows...jan.nijtmans2016-09-211-1/+1
|\ \ \ | |/ /
| * | Make it more likely that compiles with VS2012/VS2013 actually work on Windows...jan.nijtmans2016-09-211-1/+1
| |\ \ | | |/
| | * Make it more likely that compiles with VS2012/VS2013 actually work on Windows...jan.nijtmans2016-09-211-1/+1
* | | Eliminate configure warning: Makefile.in seems to ignore the --datarootdir se...jan.nijtmans2016-03-151-0/+1
|/ /
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-041-1/+1
|\ \ | |/
| * When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-041-1/+1
| * Remove unused variable. jan.nijtmans2013-04-031-1/+0
| * merge release to 8.5; revert features not included in releasedgp2013-04-031-0/+1
| * Same change as [9bc120ced2] for UNIX, but for Windows as well.jan.nijtmans2013-03-271-1/+0
| * Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ...jan.nijtmans2013-01-161-1/+1
| |\
| | * Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-1/+1
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-3/+3
|\ \ \ | |/ /
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-5/+3
| |\ \ | | |/
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-7/+6
* | | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-3/+3
|\ \ \ | |/ /
| * | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-3/+3
| |\ \ | | |/
| * | Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-11/+22
| |\ \ | | |/
| | * Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-9/+15
* | | Compile win32 binaries with -DTCL_NO_DEPRECATED, and fix gcc compiler warningjan.nijtmans2012-09-191-7/+15
* | | don't forget to escape quotesjan.nijtmans2012-07-081-1/+1
|\ \ \ | |/ /
| * | don't forget to excape quotesjan.nijtmans2012-07-081-1/+1
* | | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
|\ \ \ | |/ /