Share via


TARGETLIBS (Windows Embedded CE 6.0)

1/5/2010

This macro definition specifies additional library (.lib) files and object (.obj) files that should be linked into the target executable (.exe or .dll) file.

For example, to link to Coredll.lib, use the following path to Coredll.lib because it is an SDK component.

$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\Coredll.lib

The default value is empty.

This macro definition is typically only used when you are linking to an export library. An export library exports some common functionality to applications or components which can use that functionality. A static library is a file that contains objects and their functions and data. It is linked to the target executable file when the executable file is built. To link to a static library instead, use the SOURCELIBS macro.

See Also

Concepts

Sources File
SOURCELIBS
Environment Variables