saker.msvc Documentation TaskDoc JavaDoc Packages
Represents the output of the saker.msvc.clink() task. The object is a reference to the link operation results using the Microsoft Visual C++ toolchain. The result can be consumed in any way the developer sees fit. The OutputPath field contains the path to the linker result binary.
Summary
Fields
ArchitectureContains the target Architecture for which the link operation was done.
IdentifierContains the Identifier that the linker task was assigned with when linking the inputs.
OutputPathContains the path to the link operation output.
OutputWinmdPathThe output path to the generated Windows Metadata (.winmd) file.
SDKsContains the SDKs that were used for linking the inputs.
Fields
Contains the target Architecture for which the link operation was done. The architecture was either explicitly specified to the compilation task, or was inferred from the inputs.
Contains the Identifier that the linker task was assigned with when linking the inputs.
Contains the path to the link operation output. The type of the file is based on the configuration of the linker task.
The output path to the generated Windows Metadata (.winmd) file. This path is available only when GenerateWinmd option is set to true for the linker process.
Contains the SDKs that were used for linking the inputs. The map contains all SDKs (explicit or implicit) that was used during the configuration of the linker.