unionstd.Build.Module.LinkObject[src]

Fields

static_path: LazyPath
other_step: *Step.Compile
system_lib: SystemLib
assembly_file: LazyPath
c_source_file: *CSourceFile
c_source_files: *CSourceFiles
win32_resource_file: *RcSourceFile

Source Code

Source code
pub const LinkObject = union(enum) {
    static_path: LazyPath,
    other_step: *Step.Compile,
    system_lib: SystemLib,
    assembly_file: LazyPath,
    c_source_file: *CSourceFile,
    c_source_files: *CSourceFiles,
    win32_resource_file: *RcSourceFile,
}