mirror of
https://github.com/cc65/cc65.git
synced 2024-12-21 20:29:24 +00:00
New options
git-svn-id: svn://svn.cc65.org/cc65/trunk@2184 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4525b13eb2
commit
8ac02d1287
@ -73,9 +73,11 @@ Long options:
|
|||||||
--config name Use linker config file
|
--config name Use linker config file
|
||||||
--dump-config name Dump a builtin configuration
|
--dump-config name Dump a builtin configuration
|
||||||
--help Help (this text)
|
--help Help (this text)
|
||||||
|
--lib file Link this library
|
||||||
--lib-path path Specify a library search path
|
--lib-path path Specify a library search path
|
||||||
--mapfile name Create a map file
|
--mapfile name Create a map file
|
||||||
--module-id id Specify a module id
|
--module-id id Specify a module id
|
||||||
|
--obj file Link this object file
|
||||||
--obj-path path Specify an object file search path
|
--obj-path path Specify an object file search path
|
||||||
--start-addr addr Set the default start address
|
--start-addr addr Set the default start address
|
||||||
--target sys Set the target system
|
--target sys Set the target system
|
||||||
@ -215,6 +217,20 @@ Here is a description of all the command line options:
|
|||||||
specified using <tt/--cfg-path/.
|
specified using <tt/--cfg-path/.
|
||||||
|
|
||||||
|
|
||||||
|
<tag><tt>--lib file</tt></tag>
|
||||||
|
|
||||||
|
Links a library to the output. Use this command line option instead of just
|
||||||
|
naming the library file, if the linker is not able to determine the file
|
||||||
|
type because of an unusual extension.
|
||||||
|
|
||||||
|
|
||||||
|
<tag><tt>--obj file</tt></tag>
|
||||||
|
|
||||||
|
Links an object file to the output. Use this command line option instead
|
||||||
|
of just naming the object file, if the linker is not able to determine the
|
||||||
|
file type because of an unusual extension.
|
||||||
|
|
||||||
|
|
||||||
<tag><tt>--obj-path path</tt></tag>
|
<tag><tt>--obj-path path</tt></tag>
|
||||||
|
|
||||||
Specify an object file search path. This option may be used more than once.
|
Specify an object file search path. This option may be used more than once.
|
||||||
|
Loading…
Reference in New Issue
Block a user