dub v0.9.23-rc.2 (2015-04-02T19:36:12Z)
Dub
Repo
BuildGenerator.compileUnit
dub
generators
build
BuildGenerator
Compile a single source file (srcFile), and write the object to objName.
class
BuildGenerator
static
string
compileUnit
(
string
srcFile
,
string
objName
,
BuildSettings
bs
,
GeneratorSettings
gs
)
Meta
Source
See Implementation
dub
generators
build
BuildGenerator
constructors
this
functions
buildWithCompiler
cleanupTemporaries
generateTargets
performCachedBuild
performDirectBuild
performPostGenerateActions
performRDMDBuild
runTarget
static functions
compileUnit
pathToObjName
Compile a single source file (srcFile), and write the object to objName.