C++ Attributes: includelib

Specifies that argument(s) will be included into the library block after the importlib(s)

Syntax

[
    define_attribute = "includelib",
    argument_list = "",
    help_string = "Specifies that argument(s) will be included into the library block after the importlib(s)",
    usage = eAnonymousUsage,
    group = eCompilerGroup,
    repeatable = "true",
    shipping = "true",
    variable_args = "true"
];