From: uz Date: Thu, 24 Sep 2009 17:24:52 +0000 (+0000) Subject: Since we have now builtin search paths, we need to be able to forget them, X-Git-Tag: V2.13.0rc1~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=31f6f814af7491cb56f146e5372738e2f52fdc8a;p=cc65 Since we have now builtin search paths, we need to be able to forget them, otherwise we cannot build libraries with a customized version. git-svn-id: svn://svn.cc65.org/cc65/trunk@4222 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 0aa1b33cc..4b45a6c5c 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -107,6 +107,7 @@ Long options: --cpu type Set cpu type --debug-info Add debug info to object file --feature name Set an emulation feature + --forget-inc-paths Forget include search paths --help Help (this text) --ignore-case Ignore case of symbols --include-dir dir Set an include directory search path @@ -153,6 +154,13 @@ Here is a description of all the command line options: command for a list of emulation features. + --forget-inc-paths + + Forget the builtin include paths. This is most useful when building + customized assembler modules, in which case the standard header files should + be ignored. + +