Added a note about the builtin search paths

git-svn-id: svn://svn.cc65.org/cc65/trunk@4307 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-10-02 20:52:40 +00:00
parent c45442692c
commit 6bf42548d9

View File

@ -315,6 +315,8 @@ Include files are searched in the following places:
<enum>
<item>The current directory.
<item>A compiled-in directory, which is often <tt>/usr/lib/cc65/asminc</tt>
on Linux systems.
<item>The value of the environment variable <tt/CA65_INC/ if it is defined.
<item>A subdirectory named <tt/asminc/ of the directory defined in the
environment variable <tt/CC65_HOME/, if it is defined.