objectFile

An object file, typically from one source file in a certain language (although for D the default is a whole package. The language is determined by the file extension of the file(s) passed in.

@safe pure
objectFile
(
in string srcFileName
,
in string flags = ""
,
in string[] includePaths = []
,
in string[] stringImportPaths = []
,
in string projDir = "$project"
)

Meta