deploy-library ( name -- )
Factor handbook » C library interface » Loading native libraries

Prev:library-dll ( obj -- dll )


Vocabulary
alien.libraries

Inputs
namea string


Outputs
None

Word description
Specifies that the logical library named name should be included during Application deployment. name must be the name of a library previously loaded with add-library.

Definition