Am 16.03.2013 11:38, schrieb Robert:

If multiple libraries you depend on define libraryMainFile then you would also have to provide your own mainFile to resolve the conflict.

If the libraries are built as source libraries, their main file is
irrelevant, only the one of the main project is needed to have something
for rdmd. If on the other hand they are static/dynamic libraries, their
main files will be used individually to build each of them - no
conflicts there.