]> git.sur5r.net Git - cc65/commitdiff
New options
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Jun 2003 13:36:39 +0000 (13:36 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Jun 2003 13:36:39 +0000 (13:36 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2184 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ld65.sgml

index 49ba18758593afdae5b603b2fc39a4f1b616f05e..93b4b06ffbde753bebcc0bbf7d75cf9d62f4b768 100644 (file)
@@ -73,9 +73,11 @@ Long options:
   --config name         Use linker config file
   --dump-config name    Dump a builtin configuration
   --help                Help (this text)
+  --lib file            Link this library
   --lib-path path       Specify a library search path
   --mapfile name        Create a map file
   --module-id id        Specify a module id
+  --obj file            Link this object file
   --obj-path path       Specify an object file search path
   --start-addr addr     Set the default start address
   --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/.
 
 
+  <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>
 
   Specify an object file search path. This option may be used more than once.