dlangObjectFiles

Generate object file(s) for D sources. Depending on command-line options compiles all files together, per package, or per module.

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

Meta