次の方法で共有


INCLUDES (Compact 2013)

3/26/2014

This macro definition specifies additional paths used to find included .h files.

Use this macro only for your private .h file directories because the standard public .h file directories are automatically included.

The default value is NULL.

When specifying an absolute path, make sure that the path begins with a macro such as $(_WINCEROOT) or $(_PROJECTROOT). Do not use a path specific to the development computer such as C:\WINCE800. For information about macros that you can use, see Miscellaneous Environment Variables.

If multiple paths are specified, separate each path from each other with semicolons.

The following code example shows how to specify multiple paths using the INCLUDES macro definition.

INCLUDES=..\inc;$(_PUBLICROOT)\MyDepTree\inc

See Also

Concepts

Sources File