summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-12-011-1/+3
|\
| * Implement TIP #599 for Tk 8.6 (only effective when loaded into Tcl 8.7+): Ext...jan.nijtmans2021-11-291-1/+3
* | Merge 8.6jan.nijtmans2021-11-241-0/+9
|\ \ | |/
| * Add generation of "tkUuid.h". Not used yetjan.nijtmans2021-11-241-0/+9
* | Merge 8.7jan.nijtmans2021-06-211-3/+2
|\ \
| * | Fix use of TCL_BIN_DIR in mingw static build, when tclsh is not found in Tcl ...jan.nijtmans2021-06-101-3/+2
| * | Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil.jan.nijtmans2021-06-091-1/+1
| |\ \ | | |/
* | | Merge printing and GDI files into one for tighter coupling of print device co...Kevin Walzer2021-05-081-1/+0
|\ \ \ | |/ /
* | | More changesKevin Walzer2021-05-081-1/+0
* | | Restore HDC management code - seems to be key to linking gdi and printing API'sKevin Walzer2021-05-071-0/+1
* | | Try to obtain printer HDC at script level for printingKevin Walzer2021-05-061-1/+0
* | | Major re-work to printing API on Windows; initial Windows script implementati...Kevin Walzer2021-04-181-0/+1
* | | Merge 8.7jan.nijtmans2021-04-091-2/+12
|\ \ \ | |/ /
| * | Make pkgIndex.tcl files work on all platformsjan.nijtmans2021-04-061-2/+12
| * | Merge 8.7jan.nijtmans2021-02-171-5/+96
| |\ \
* | \ \ Replacing my printer code with a complete implementation courtesy of Harald O...Kevin Walzer2021-03-061-0/+1
|\ \ \ \ | | |/ / | |/| |
* | | | Merge 8.7. Fix some warnings in tkWinPrint.c, like "if (output = 0)" should b...jan.nijtmans2021-02-191-4/+89
|\ \ \ \ | |/ / /
| * | | Using "ln" doesn't work correctly for lower-directories like "ttk", when zipp...jan.nijtmans2021-02-171-6/+0
| * | | Fix windows build using --disable-sharedjan.nijtmans2021-02-151-4/+5
| * | | Add "dllfile,runtime" to Tk package configurationjan.nijtmans2021-02-091-0/+6
| * | | Merge 8.7. Don't pack "demo" directory in zip-filejan.nijtmans2021-02-081-1/+2
| |\ \ \
| | * \ \ Merge 8.6jan.nijtmans2021-02-081-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge 8.5jan.nijtmans2021-02-081-4/+5
| | | |\ \
| | | | * | Fix [44eaf9a908]: 'make distclean' fails on trunk jan.nijtmans2021-02-081-14/+16
| * | | | | Merge 8.7. Make a --disable-shared build handle the Tk zip file.jan.nijtmans2021-02-041-2/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix [44eaf9a908]: 'make distclean' fails on trunkjan.nijtmans2021-02-011-1/+2
| |/ / / /
| * | | | More progress in TIP #430 for Tk: zip file is now attached to the shared libr...jan.nijtmans2021-01-291-1/+73
| |\ \ \ \
| | * \ \ \ Merge trunk. More progress: In shared builds, Tk zip-files are now appended ...jan.nijtmans2021-01-291-0/+68
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge 8.7jan.nijtmans2021-01-211-1/+7
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add autoconf stuff needed for zipfsjan.nijtmans2020-12-151-0/+4
* | | | | | Merge 8.7. Fix a few compiler warningsjan.nijtmans2021-01-261-0/+1
|/ / / / /
* | | | | Merge 8.6jan.nijtmans2021-01-211-0/+6
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Compile stub library with -fno-lto. See [https://core.tcl-lang.org/thread/inf...jan.nijtmans2021-01-211-0/+6
* | | | Merge 8.7jan.nijtmans2021-01-131-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge 8.5jan.nijtmans2021-01-131-1/+1
| |\ \ | | |/
| | * Don't use @TCL_DEFS@ in win/Makefile.in (just as unix/Makefile.in). In stead,...jan.nijtmans2021-01-131-1/+1
| * | Fix github actions windows build with --enable-sysmbols=memjan.nijtmans2020-11-271-1/+1
* | | Merge 8.7jan.nijtmans2020-12-111-2/+3
|\ \ \
| * | | Simplify generated pkgIndex file for tk. Some more "Tk" -> "tk"jan.nijtmans2020-12-041-2/+1
| * | | Allow "package require tk" in addition to "package require Tk"jan.nijtmans2020-11-091-2/+4
* | | | Merge Marc Culler changes into this TIPKevin Walzer2020-11-021-7/+7
|\ \ \ \ | |/ / /
* | | | Merge trunkKevin Walzer2020-09-171-5/+4
|\ \ \ \
* | | | | Add files for buildKevin Walzer2020-08-101-0/+2
| | * | | Merge 8.6jan.nijtmans2020-10-291-7/+7
| | |\ \ \ | |/ / / / | | | _ / | | | /
| | * | Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-291-7/+7
| | |\ \ | | | |/
| | | * Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-291-1/+1
| | | |\ | | | |/ | | |/|
| * | | Merge 8.6jan.nijtmans2020-09-091-5/+4
| |\ \ \ |/ / / / | | _ / | | /
| * | TIP #581: More progressjan.nijtmans2020-09-091-5/+4
* | | Remove (almost all remaining) traces of DBGX for Windows build.jan.nijtmans2020-02-111-4/+1
* | | Merge 8.6jan.nijtmans2020-01-281-1/+7
|\ \ \ | |/ /