Specifications

13-2 Programmer’s Guide Sega
Psy-Q Development System
PSYLIB Command Line
Description The Library program, PSYLIB.EXE, adds to, deletes from, lists and updates
libraries of object modules.
Syntax PSYLIB [switches] library module...module
where switches are preceded by a forward slash ( / ), and separated by commas.
See Also PSYLINK
Switches /a Add the specified modules to the library
/d Delete the specified module from the library
/l List the modules contained in the library
/u Update the specified modules in the library
/x Extract the specified modules from the library
Library The name of the file to contain the object module library.
Module list The object modules involved in the library maintenance.
Using the Library feature
To incorporate a Library at link time, specify a library file on the Linker command
line - see chapter 12.
If the Linker locates the required external symbol in a nominated library file, the
module is extracted and linked with the object code output by the Assembler.