include.md

October 10, 2024 ยท View on GitHub

Asmc Linker Reference

/INCLUDE

/INCLUDE:symbol

The /INCLUDE option tells the linker to add a specified symbol to the symbol table.

The linker resolves symbol by adding the object that contains the symbol definition to the program. This feature is useful for including a library object that otherwise would not be linked to the program.

See Also

Asmc Linker Reference