dlangObjectFilesPerPackage

Generate object files for D sources, compiling the whole package together.

@trusted pure
dlangObjectFilesPerPackage
(
in string[] srcFiles
,
in string flags = ""
,
in string[] importPaths = []
,
in string[] stringImportPaths = []
,
Target[] implicits = []
,
in string projDir = "$project"
)

Meta