BuildGenerator.pathToObjName

Output an unique name to represent the source file. Calls with path that resolve to the same file on the filesystem will return the same, unless they include different symbolic links (which are not resolved).

  1. string pathToObjName(BuildPlatform platform, string path)
    class BuildGenerator
    deprecated static
    string
    pathToObjName
    (
    const scope ref BuildPlatform platform
    ,
    string path
    )
  2. string pathToObjName(BuildPlatform platform, string path, NativePath cwd)

Meta