reggae.rules.d

High-level rules for compiling D files

Members

Functions

dExe
Target dExe()
Undocumented in source. Be warned that the author may not have intended to support it.
dExe
Target dExe(App app, Flags flags, ImportPaths importPaths, StringImportPaths stringImportPaths, Target[] linkWith)
Undocumented in source. Be warned that the author may not have intended to support it.
dObjects
Target[] dObjects()

Compile-time function to that returns a list of Target objects corresponding to D source files from a particular directory

objectFiles
Target[] objectFiles(string[] srcFiles, string flags, string[] importPaths, string[] stringImportPaths, string projDir)
Undocumented in source. Be warned that the author may not have intended to support it.
objectFilesPerModule
Target[] objectFilesPerModule(string[] srcFiles, string flags, string[] importPaths, string[] stringImportPaths, string projDir)
Undocumented in source. Be warned that the author may not have intended to support it.
objectFilesPerPackage
Target[] objectFilesPerPackage(string[] srcFiles, string flags, string[] importPaths, string[] stringImportPaths, string projDir)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta