compileSource

Compile one source file to an object file.

@safe
void
compileSource
(
string srcPath
,
string objPath
,
string compiler
,
string[] cflags
,
string target
,
bool verbose
)

Meta