summaryrefslogtreecommitdiffstats
path: root/win/rc/wish.exe.manifest
Commit message (Collapse)AuthorAgeFilesLines
* * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-12-081-22/+0
| | | | | | | | | * 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: Add CE build support (some C code fixes needed) * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct.
* * win/rc/wish.exe.manifest: It seems that Windows XP insists on apatthoyts2003-12-161-1/+1
| | | | | strict format for the version value. 8.5.a0 or 8.5.0 results in an unloadable executable -- must be 4 numbers.
* updated version stringdavygrvy2003-12-131-1/+1
|
* * win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call.hobbs2001-11-101-0/+22
* win/rc/tk.rc: * win/rc/wish.rc: * win/rc/wish.exe.manifest: added resources that specify using v6 of the MS Common Controls library when available (WinXP+). This enables use of the themeable widgets (like scrollbars) to be used in Tk. [Patch #478933]