Syntax
#pragma link "[path]modulename[.ext]"
Description
The directive instructs the linker to link the file into an executable file.
By default, the linker searches for modulename in the local directory and any path specified by the -L option. You can use the path argument to specify a directory.
By default, the linker assumes a .obj extension.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|