dlangObjectFilesTogether

Generate object files for D sources, compiling all of them together

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

Meta