diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-05 00:42:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-05 00:42:34 (GMT) |
commit | 96235c311df74075d131a257a643f8a1e936b0a8 (patch) | |
tree | 2c80bf7e8d9e769d3fd426dd83b5b9559284884e /doc/InitStubs.3 | |
parent | 7e516346c64302d02f15bfadf29101685ca5f8e3 (diff) | |
parent | d3a8deb1536f2aa1c1015187dd7d0330a596aeab (diff) | |
download | tcl-96235c311df74075d131a257a643f8a1e936b0a8.zip tcl-96235c311df74075d131a257a643f8a1e936b0a8.tar.gz tcl-96235c311df74075d131a257a643f8a1e936b0a8.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/InitStubs.3')
-rw-r--r-- | doc/InitStubs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/InitStubs.3 b/doc/InitStubs.3 index 5f56278..21be04f 100644 --- a/doc/InitStubs.3 +++ b/doc/InitStubs.3 @@ -63,9 +63,9 @@ Define the \fBUSE_TCL_STUBS\fR symbol. Typically, you would include the \fB\-DUSE_TCL_STUBS\fR flag when compiling the extension. .IP 3) 5 Link the extension with the Tcl stubs library instead of the standard -Tcl library. For example, to use the Tcl 8.1 ABI on Unix platforms, -the library name is \fIlibtclstub8.1.a\fR; on Windows platforms, the -library name is \fItclstub81.lib\fR. +Tcl library. For example, to use the Tcl 9.0 ABI on Unix platforms, +the library name is \fIlibtclstub9.0.a\fR; on Windows platforms, the +library name is \fItclstub90.lib\fR. .PP If the extension also requires the Tk API, it must also call \fBTk_InitStubs\fR to initialize the Tk stubs interface and link |