Re: [cc65] Apple2 Libraries - Current status of file io ?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-07-29 13:47:08
On Thu, Jul 29, 2004 at 07:09:31AM -0400, jim wrote:
> What I've been planning is having the same interface, but different code
> libraries.  For example:
> ; int open(const char *name,int flags,...);  will not change, but in
> open_p8.s is the prodos code and open_d3.s is the dos 3.3 code - and
> this is a hack - switch make files to build two libraries.

Better use different subdirectories.

> There has to be a way to specify other libraries to search or as GCC
> does "-L".  (What to do about the listing flag ?)
> Example:
>  cl65 -t apple2 -C apple2.cfg -Lpdos8 libfloat libgraphics -l -m
> a2_misc.map a2_misc.c -o a2misc
                                                                            
----------------------------------------------------------------------------
uz@trixie:~$ cl65 --help
Usage: cl65 [options] file [...]
Short options:
[...]
  -L path               Specify a library search path
[...]
----------------------------------------------------------------------------
   
Options are case sensitive, so -l is different from -L (no problem with the
listing flag).

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Jul 29 13:47:11 2004

This archive was generated by hypermail 2.1.8 : 2004-07-29 13:47:20 CEST