Peter Prymmer/FactSet wrote on 01/05/2005 11:18:01 AM: > That is not quite correct. As it turns out $(MMS$SOURCE_LIST) is a comma > separated list of filenames without types (in the language of RMS file parsing > TYPEs are also known as "extensions" in the Windows centric world). This > difference is crucial to the use of LIBRARY as I'll demonstrate below. OK so now I ought to correct my correction: the $(MMS$SOURCE_LIST) while comma separated does retain the .OBJ file types. The command: LIBRARY/OBJECT/REPLACE VECTOR.OLB BITVECTOR.OBJ,VECTOR.OBJ Knows to put BITVECTOR and VECTOR into the OLB library file. This can be verified with the following sort of command from the shell prompt: ibrary/list [.blib.arch.auto.bit.vector]vector.olb Peter Prymmer