]> git.sur5r.net Git - cc65/commitdiff
Added a note about the builtin search paths
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 2 Oct 2009 20:52:40 +0000 (20:52 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 2 Oct 2009 20:52:40 +0000 (20:52 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4307 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index 4b45a6c5c1cffd509b70429a37e0aebc22adbf5f..faca0f9aa562453a2630d8d69aa4cb544e95d15a 100644 (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.