diff options
author | davygrvy <davygrvy@pobox.com> | 2001-08-16 09:46:33 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-08-16 09:46:33 (GMT) |
commit | ac016f2f30c5efc49d0e923d0cc4efc433f68262 (patch) | |
tree | 0e3ecba653c946bed50cd5a738c1215e455aac50 /win/tcl.hpj.in | |
parent | 19089b7d6c05029e3e1e61876a68d1ee9ffef370 (diff) | |
download | tcl-ac016f2f30c5efc49d0e923d0cc4efc433f68262.zip tcl-ac016f2f30c5efc49d0e923d0cc4efc433f68262.tar.gz tcl-ac016f2f30c5efc49d0e923d0cc4efc433f68262.tar.bz2 |
* tools/tcl.wse.in:
* win/tcl.hpj.in: Removed -kb storage in CVS to ensure these text
files to make sure they are checked-out in the translation mode CVS
is in. Setting these as binary as part of an effort to make sure they
are always in CRLF no matter what the CVS translation is bypassing
how CVS works.
* tools/genStubs.tcl: Removed LF-only output. Having to reconvert
back to CRLF for committing to CVS was giving me a headache.
Diffstat (limited to 'win/tcl.hpj.in')
-rw-r--r-- | win/tcl.hpj.in | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/win/tcl.hpj.in b/win/tcl.hpj.in index 84c0349..2a8c94a 100644 --- a/win/tcl.hpj.in +++ b/win/tcl.hpj.in @@ -1,19 +1,19 @@ -; This file is maintained by HCW. Do not modify this file directly.
-
-[OPTIONS]
-HCW=0
-LCID=0x409 0x0 0x0 ;English (United States)
-REPORT=Yes
-TITLE=Tcl/Tk Reference Manual
-CNT=tcl84.cnt
-COPYRIGHT=Copyright © 2000 Ajuba Solutions
-HLP=tcl84.hlp
-
-[FILES]
-tcl.rtf
-
-[WINDOWS]
-main="Tcl/Tk Reference Manual",,0
-
-[CONFIG]
-BrowseButtons()
+; This file is maintained by HCW. Do not modify this file directly. + +[OPTIONS] +HCW=0 +LCID=0x409 0x0 0x0 ;English (United States) +REPORT=Yes +TITLE=Tcl/Tk Reference Manual +CNT=tcl84.cnt +COPYRIGHT=Copyright © 2000 Ajuba Solutions +HLP=tcl84.hlp + +[FILES] +tcl.rtf + +[WINDOWS] +main="Tcl/Tk Reference Manual",,0 + +[CONFIG] +BrowseButtons() |