internal |
"Internal dynamic modules being pre-linked"internalThis file exports a set of words referencing loader-wordsets of shared-lib prim-modules that have been pre-linked to the executable. It is formed to be a list of internal modules that are used by the dl-loader facilities. This internal-module-llist is commonly used if the target system does not support a nice way of creating shared-libs and binding them at runtime. It is a kind of libtool dlpreopen facility that is implemented here, in that it also works on some of the more peculiar embedded hostsystems around.
# if defined PFE_DSTRINGS_EXT_C
dstrings
# endif
# if defined PFE_TOOLBELT_EXT_C
toolbelt
# endif
# if defined PFE_GFORTH_EXT_C
gforth
# endif
# if defined PFE_ZCHAR_EXT_C
zchar
# endif
# if 0 && defined PFE_SPY_EXT_C
spy
# endif
# ifdef PFE_K12_GENSRC_ENC_CONST_C
MBSlib
codint
enc_const
rcsnd
timeserv
aal0cap
dec_ftyp
error
realchrt
types
# endif
#ifdef PFE_K12_MFORTH_MFORTH_WORDS_C
mforth
#endif
|