lib
The Microsoft Library Manager for creating and managing static libraries of object files. More information: https://learn.microsoft.com/cpp/build/reference/lib-reference.
lib /OUT :{{path/to/library.lib}} {{path/to/file1.obj path/to/file2.obj ...}}
lib /LIST {{path/to/library.lib}}
lib {{path/to/library.lib}} {{path/to/file.obj}}
lib /REMOVE :{{path/to/file.obj}} {{path/to/library.lib}}
lib /EXTRACT :{{path/to/file.obj}} {{path/to/library.lib}}
lib /DEF :{{path/to/definition.def}} /OUT:{{path/to/import.lib}}