summaryrefslogtreecommitdiffstats
path: root/win/tclsh.rc
diff options
context:
space:
mode:
authorredman <redman>2000-04-18 23:26:44 (GMT)
committerredman <redman>2000-04-18 23:26:44 (GMT)
commitd7e6ff2189631591abad9b2325b88d9d926a0c9b (patch)
tree6cd2f22cc765f4d815fc25669bf0627af0bcfca1 /win/tclsh.rc
parent9db70a7fa25b5bfa023e5339eeeb45e7779bd98d (diff)
downloadtcl-d7e6ff2189631591abad9b2325b88d9d926a0c9b.zip
tcl-d7e6ff2189631591abad9b2325b88d9d926a0c9b.tar.gz
tcl-d7e6ff2189631591abad9b2325b88d9d926a0c9b.tar.bz2
* win/Makefile.in:
* win/tcl.rc: * win/tclsh.rc: * win/tclsh.ico: Modified copyright dates in Windows resource files. Added an icon for tclsh.exe.
Diffstat (limited to 'win/tclsh.rc')
-rw-r--r--win/tclsh.rc10
1 files changed, 8 insertions, 2 deletions
diff --git a/win/tclsh.rc b/win/tclsh.rc
index 201a6bc..874abd7 100644
--- a/win/tclsh.rc
+++ b/win/tclsh.rc
@@ -1,4 +1,4 @@
-// RCS: @(#) $Id: tclsh.rc,v 1.4 1999/04/30 22:45:05 stanton Exp $
+// RCS: @(#) $Id: tclsh.rc,v 1.5 2000/04/18 23:26:45 redman Exp $
//
// Version
//
@@ -27,7 +27,7 @@ BEGIN
VALUE "OriginalFilename", "tclsh" STRINGIFY(TCL_MAJOR_VERSION) STRINGIFY(TCL_MINOR_VERSION) ".exe\0"
VALUE "CompanyName", "Scriptics Corporation\0"
VALUE "FileVersion", TCL_PATCH_LEVEL
- VALUE "LegalCopyright", "Copyright (c) 1999 by Scriptics Corporation\0"
+ VALUE "LegalCopyright", "Copyright (c) 2000 by Scriptics Corporation\0"
VALUE "ProductName", "Tcl " TCL_VERSION " for Windows\0"
VALUE "ProductVersion", TCL_PATCH_LEVEL
END
@@ -38,3 +38,9 @@ BEGIN
END
END
+//
+// Icon
+//
+
+tclsh ICON DISCARDABLE "tclsh.ico"
+