| |||||
Technical Support Support Resources
Product Information | A51: INCDIR DIRECTIVEInformation in this article applies to:
QUESTIONIs there an INCDIR directive for the assembler so I can specify where my include files reside? ANSWERYes. This has been added in the V6 release of the C51 toolset. With INCDIR (abbreviation ID) you can supply one or more paths to search for when a $INCLUDE (file) directive is processed. For example: $INCDIR (C:\C51\ASM) . . . ; Your Assembly Source File . . . or on the command line: A51 STARTUP.A51 INCDIR (C:\C51\INC,C:\MYDIR) The search order for the $INCLUDE directive is:
Last Reviewed: Monday, April 25, 2005 | ||||
| |||||