dlangStaticLibraryTogether

Generate a static library for D sources, compiling all of them together. With dmd, this results in a different static library than compiling the source into object files then using ar to create the .a.

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

Meta