◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── The Build:include directories rule is ignored when specified in a template. PWB and language extensions use this rule to communicate paths (in addition to the INCLUDE environment variable) to search for include files. Syntax Build:include directories <ext> <directory>... directories Indicates that this rule specifies additional include directories. <ext> The file extension that this include path applies to. Do not specify a period (.). <directory>... One or more directories in the same format as the INCLUDE, LIB, and PATH environment variables. See ◄How PWB Creates a Project Makefile► -♦-