.. | ||
async_spec.c | ||
async.c | ||
async.h | ||
compress_spec.c | ||
compress.c | ||
contrib_spec.c | ||
contrib.c | ||
crypto_spec.c | ||
crypto.c | ||
db_spec.c | ||
db.c | ||
db.h | ||
debug_spec.c | ||
debug.c | ||
debug.h | ||
develop_spec.c | ||
develop.c | ||
dslib_spec.c | ||
dslib.c | ||
dwlib_spec.c | ||
dwlib.c | ||
external_spec.c | ||
external.c | ||
GNUmakefile.pre | ||
Makefile.master | ||
Makefile.pre | ||
math_spec.c | ||
math.c | ||
matrix_spec.c | ||
matrix.c | ||
matrix.h | ||
mudlib_stats_spec.c | ||
mudlib_stats.c | ||
mudlib_stats.h | ||
parser_spec.c | ||
parser.c | ||
parser.h | ||
pcre_spec.c | ||
pcre.c | ||
pcre.h | ||
readme | ||
sha1_spec.c | ||
sha1.c | ||
sockets_spec.c | ||
sockets.c | ||
uids_spec.c | ||
uids.c | ||
uids.h |
In order to add a package, do the following: (1) Pick a name for your package (we will use 'foo' here) (2) Put the prototypes for the efuns in foo_spec.c (3) implement the efuns in foo.c (4) add #define PACKAGE_FOO to options.h or local_options (5) do a full recompile (make remake)