diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-22 17:31:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-22 17:31:08 +0000 |
commit | 85eb51104bdc2170a835c0198e1e00e1dfe4edfa (patch) | |
tree | 341a247ef282d6f08a8b8d23ef06c6ecbd95de99 /binutils/doc | |
parent | 26597c8633310d53e876dba69e836ffcb572e793 (diff) | |
download | gdb-85eb51104bdc2170a835c0198e1e00e1dfe4edfa.zip gdb-85eb51104bdc2170a835c0198e1e00e1dfe4edfa.tar.gz gdb-85eb51104bdc2170a835c0198e1e00e1dfe4edfa.tar.bz2 |
Rename -I to -J. Deprecate old use of -I, but leave it enabled for now.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index a0c797a..3de034a 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2577,7 +2577,7 @@ for the input file name, as the output file name. If there is no non-option argument, then @command{windres} will write to standard output. @command{windres} can not write a COFF file to standard output. -@item -I @var{format} +@item -J @var{format} @itemx --input-format @var{format} The input format to read. @var{format} may be @samp{res}, @samp{rc}, or @samp{coff}. If no input format is specified, @command{windres} will @@ -2605,11 +2605,17 @@ preprocessor first. This option may be used to specify the preprocessor to use, including any leading arguments. The default preprocessor argument is @code{gcc -E -xc-header -DRC_INVOKED}. -@item --include-dir @var{directory} +@item -I @var{directory} +@itemx --include-dir @var{directory} Specify an include directory to use when reading an @code{rc} file. @command{windres} will pass this to the preprocessor as an @option{-I} option. @command{windres} will also search this directory when looking for -files named in the @code{rc} file. +files named in the @code{rc} file. If the argument passed to this command +matches any of the supported @var{formats} (as descrived in the @option{-J} +option), it will issue a deprecation warning, and behave just like the +@option{-J} option. New programs should not use this behaviour. If a +directory happens to match a @var{format}, simple prefix it with @samp{./} +to disable the backward compatibility. @item -D @var{target} @itemx --define @var{sym}[=@var{val}] |