compileSources

Compile a list of source files; returns the list of object-file paths.

@safe
string[]
compileSources
(
const(string[]) sources
,
string buildDir
,
string srcRoot
,
string compiler
,
string[] cflags
,
string prefix
,
string target
,
bool verbose
)

Meta