| Create file which contains a list of all .o
| files in the DeskLib sub-library directories
| to be included in the standard static DeskLib

Wimpslot 320k

Echo MkOList: Making ObjLists.Static - list all DeskLib .o files 
Echo MkOList: compiled for use in the static DeskLib.
Echo MkOList: This list is used by LibFile to make the final
Echo MkOList: DeskLib

Echo { > <DeskLib_Sources$Dir>.ObjLists.Static }

DeskLib_Commands:EachDLL    DeskLib_Commands:Append <DeskLib_Sources$Dir>.ObjLists.Static %%0.Static.o.*

DeskLib_Commands:EachStatic DeskLib_Commands:Append <DeskLib_Sources$Dir>.ObjLists.Static %%0.Static.o.*

TrimCRs <DeskLib_Sources$Dir>.ObjLists.Static

Echo MkOList: Finished
Echo
