8000 GitHub - ibara/ar80: CP/M and MS-DOS library archiver utility written in D.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ibara/ar80

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ar80

ar80 is a library archiver utility for CP/M and MS-DOS.

It is able to produce libraries from object files created by a80.

These libraries are able to be linked with l80.

Building

ar80 should build with any D compiler for any supported platform. I use GDC on OpenBSD and that works well.

Running

usage: ar80 library file1.obj [file2.obj ...]

The .lib extension is automatically appended to library.

License

ISC License. See LICENSE for details.

0