mud/fluffos-2.23-ds03/packages
2020-09-06 05:43:07 -07:00
..
async_spec.c first commit 2020-09-06 05:43:07 -07:00
async.c first commit 2020-09-06 05:43:07 -07:00
async.h first commit 2020-09-06 05:43:07 -07:00
compress_spec.c first commit 2020-09-06 05:43:07 -07:00
compress.c first commit 2020-09-06 05:43:07 -07:00
contrib_spec.c first commit 2020-09-06 05:43:07 -07:00
contrib.c first commit 2020-09-06 05:43:07 -07:00
crypto_spec.c first commit 2020-09-06 05:43:07 -07:00
crypto.c first commit 2020-09-06 05:43:07 -07:00
db_spec.c first commit 2020-09-06 05:43:07 -07:00
db.c first commit 2020-09-06 05:43:07 -07:00
db.h first commit 2020-09-06 05:43:07 -07:00
debug_spec.c first commit 2020-09-06 05:43:07 -07:00
debug.c first commit 2020-09-06 05:43:07 -07:00
debug.h first commit 2020-09-06 05:43:07 -07:00
develop_spec.c first commit 2020-09-06 05:43:07 -07:00
develop.c first commit 2020-09-06 05:43:07 -07:00
dslib_spec.c first commit 2020-09-06 05:43:07 -07:00
dslib.c first commit 2020-09-06 05:43:07 -07:00
dwlib_spec.c first commit 2020-09-06 05:43:07 -07:00
dwlib.c first commit 2020-09-06 05:43:07 -07:00
external_spec.c first commit 2020-09-06 05:43:07 -07:00
external.c first commit 2020-09-06 05:43:07 -07:00
GNUmakefile.pre first commit 2020-09-06 05:43:07 -07:00
Makefile.master first commit 2020-09-06 05:43:07 -07:00
Makefile.pre first commit 2020-09-06 05:43:07 -07:00
math_spec.c first commit 2020-09-06 05:43:07 -07:00
math.c first commit 2020-09-06 05:43:07 -07:00
matrix_spec.c first commit 2020-09-06 05:43:07 -07:00
matrix.c first commit 2020-09-06 05:43:07 -07:00
matrix.h first commit 2020-09-06 05:43:07 -07:00
mudlib_stats_spec.c first commit 2020-09-06 05:43:07 -07:00
mudlib_stats.c first commit 2020-09-06 05:43:07 -07:00
mudlib_stats.h first commit 2020-09-06 05:43:07 -07:00
parser_spec.c first commit 2020-09-06 05:43:07 -07:00
parser.c first commit 2020-09-06 05:43:07 -07:00
parser.h first commit 2020-09-06 05:43:07 -07:00
pcre_spec.c first commit 2020-09-06 05:43:07 -07:00
pcre.c first commit 2020-09-06 05:43:07 -07:00
pcre.h first commit 2020-09-06 05:43:07 -07:00
readme first commit 2020-09-06 05:43:07 -07:00
sha1_spec.c first commit 2020-09-06 05:43:07 -07:00
sha1.c first commit 2020-09-06 05:43:07 -07:00
sockets_spec.c first commit 2020-09-06 05:43:07 -07:00
sockets.c first commit 2020-09-06 05:43:07 -07:00
uids_spec.c first commit 2020-09-06 05:43:07 -07:00
uids.c first commit 2020-09-06 05:43:07 -07:00
uids.h first commit 2020-09-06 05:43:07 -07:00

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)