From 20d67907c95265356b51dbdce8ecc0c1ede9e66b Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:11:42 +0000 Subject: zsh-3.1.5-pws-5 --- Util/zsh-development-guide | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'Util') diff --git a/Util/zsh-development-guide b/Util/zsh-development-guide index 73ac120ab..f779b17b3 100644 --- a/Util/zsh-development-guide +++ b/Util/zsh-development-guide @@ -120,15 +120,18 @@ Modules are described by a file named `foo.mdd' for a module is build. To describe the module it can/should set the following shell variables: - - moddeps modules on which this module depends (default none) - - nozshdep non-empty indicates no dependence on the `zsh' pseudo-module - - alwayslink if non-empty, always link the module into the executable - - autobins builtins defined by the module, for autoloading - - objects .o files making up this module (*must* be defined) - - proto .pro files for this module (default generated from $objects) - - headers extra headers for this module (default none) - - hdrdeps extra headers on which the .mdh depends (default none) - - otherincs extra headers that are included indirectly (default none) + - moddeps modules on which this module depends (default none) + - nozshdep non-empty indicates no dependence on the `zsh' pseudo-module + - alwayslink if non-empty, always link the module into the executable + - autobins builtins defined by the module, for autoloading + - autoinfixconds infix condition codes defined by the module, for + autoloading (without the leading `-') + - autoprefixconds like autoinfixconds, but for prefix condition codes + - objects .o files making up this module (*must* be defined) + - proto .pro files for this module (default generated from $objects) + - headers extra headers for this module (default none) + - hdrdeps extra headers on which the .mdh depends (default none) + - otherincs extra headers that are included indirectly (default none) Be sure to put the values in quotes. For further enlightenment have a look at the `mkmakemod.sh' script in the Src directory of the -- cgit 1.4.1