createModules

Creates the list of modules based on the files provided

Files are dispatched in the various arrays (global.params.{ddocfiles,dllfiles,jsonfiles,etc...}) according to their extension. Binary files are added to libmodules.

Modules
createModules
(
ref Strings files
,
ref Strings libmodules
)

Parameters

files Strings

File names to dispatch

libmodules Strings

Array to which binaries (shared/static libs and object files) will be appended

Return Value

Type: Modules

An array of path to D modules

Suggestion Box / Bug Report