summaryrefslogtreecommitdiffstats
path: root/win/tclsh.ico
Commit message (Collapse)AuthorAgeFilesLines
* Fix the icon to have 48x48 size (mistakenly made a 46px icon)patthoyts2009-10-151-0/+0
|
* Tcl icon upgraded and SVG file added.patthoyts2009-05-011-0/+0
| | | | | | | | Windows 7 makes significant use of large icon resources. An SVG version of the tcl feather is included and has been used to generate the set of icons recommended for use on Vista except for the 256x256 PNG version. Inclusion of this prevents building with MSVC6 and a number of other tools which cannot handle PNG in in ico files. Hence the largest icon included is 64x64 at 32bit depth.
* * win/Makefile.in:redman2000-04-181-0/+0
* win/tcl.rc: * win/tclsh.rc: * win/tclsh.ico: Modified copyright dates in Windows resource files. Added an icon for tclsh.exe.