Silvan Messages: 56 Registered: December 2014 Location: Trento (IT)
Member
6. Adding Dependent Packages
If a package uses other packages, then they must be "added" to the using package. For example, the HelloWorld package in the "examples" assembly uses the CtrlLib package which you can see in the example package-organizer dialog in the previous section. The CtrlLib package uses the CtrlCore and RichText packages. The package-organizer dialog allows you to add or remove dependent packages and you can also select the order in which the used packages are built. Use mouse right-click in the "uses" pane of the package-organizer dialog to do this. Alternatively you can use "add package" from the Project menu.
That does not help because I don't understand how to add a simple object file of source already added to the package (left hand list).