From 8ac02d128768d7772fd9d33ec6b899493020db03 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 2 Jun 2003 13:36:39 +0000 Subject: [PATCH] New options git-svn-id: svn://svn.cc65.org/cc65/trunk@2184 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ld65.sgml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 49ba18758..93b4b06ff 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -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 --lib file + + 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. + + + --obj file + + 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. + + --obj-path path Specify an object file search path. This option may be used more than once. -- 2.39.5