summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Make it more likely that compiles with VS2012/VS2013 actually work on ↵jan.nijtmans2016-09-211-1/+1
| | | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/]
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-041-1/+1
| | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
* Remove unused variable. jan.nijtmans2013-04-031-1/+0
| | | Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it.
* 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
|\ | | | | | | when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
| * Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-1/+1
| | | | | | | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-111-5/+3
|\ \ | |/ | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-111-7/+6
| | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases.
* | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-3/+3
|\ \ | |/ | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
* | Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-11/+22
|\ \ | |/
| * Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-9/+15
| |
* | don't forget to excape quotesjan.nijtmans2012-07-081-1/+1
| |
* | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
| |
* | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
|\ \ | |/ | | | | ::argv variable before trying to use it
| * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| | | | | | | | ::argv variable before trying to use it
| * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-041-2/+0
| | | | | | remove TkBindDeadWindow from Cygwin stub table
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-231-2/+2
|\ \ | |/
| * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-221-2/+2
| |
* | some quoting issues, eliminate TCL_VARARGS_DEFINEjan.nijtmans2012-06-071-5/+5
|\ \ | |/
| * some more quoting issuesjan.nijtmans2012-06-071-5/+5
| |
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-20/+31
| | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
| * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-291-7/+5
| | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
* | [Bug 3532186] pkgIndex.tcl file complexityjan.nijtmans2012-06-061-1/+1
| |
* | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally ↵jan.nijtmans2012-06-051-3/+7
| | | | | | | | useable for both
* | merge core-8-4-branch, still to be tested on Unixtobetestedjan.nijtmans2012-05-291-1/+13
|\ \ | |/
| * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-4/+21
| | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX
* | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-3/+3
|\ \ | |/
* | [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+5
|\ \ | |/
| * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+5
| |
* | Purge RCS Keywords.dgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |
| * SC_EMBED_MANIFEST macrojan.nijtmans2011-03-111-0/+3
| | | | | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
| * * win/Makefile.in (install-private-headers): added targethobbs2007-01-301-1/+23
| |
| * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: For compat reason the Tcl core will not change * generic/tkWindow.c: the registered version to include the patchlevel, * library/tk.tcl: making the changes to Tk unnecessary. * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4:
| * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
| * * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\"hobbs2006-03-021-11/+11
| | | | | | | | path-as-escape issue.
| * * win/Makefile.in: place TCL_BIN_DIR first in PATH for targets tohobbs2005-12-011-5/+5
| | | | | | | | get Tcl built dll first.
| * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-3/+4
| | | | | | | | | | | | | | | | | | * 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.
| * * unix/Makefile.in: Subst TCLSH_PROG andmdejong2005-07-251-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* | * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.dkf2010-10-061-2/+2
| |
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-2/+5
| | | | | | | | | | | | | | * 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+.
* | * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-121-2/+2
| |
* | * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-151-2/+2
| | | | | | | | | | | | | | | | | | * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc:
* | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-101-2/+2
| |
* | * unix/Makefile.in: Relax constraints in index script so thatdgp2008-10-101-3/+2
| | | | | | | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438].
* | Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-181-4/+3
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Made maintenance easier by adding extra dependency information so that dkf2007-10-301-1/+6
| | | | | | | | the right version number gets embedded in key files.
* | * win/Makefile.in (install-binaries): Fixed missing brace in theandreas_kupries2007-09-121-2/+2
| | | | | | | | | | * win/makefile.vc (install-binaries): generated package index file. Note: unix/Makefile.in is good.