Including additional resources
When building a runtime library, PowerBuilder does not inspect
the objects; it simply removes the source form of the objects.
Therefore, if any of the objects in the library use resources
(pictures, icons, and pointers)—either specified in a painter or
assigned dynamically in a script—and you do not want to provide these
resources separately, you must list the resources in a PowerBuilder
resource file (PBR file). Doing so enables PowerBuilder to include the
resources in the runtime library when it builds it.
For more on resource files, see Using
PowerBuilder resource files.
After you have defined the resource file, specify it in the
Resource File Name box to include the named resources in the runtime
library.