[comp.sys.amiga] Unusual .library files

UH2@psuvm.psu.edu (Lee Sailer) (03/13/90)

I have almost finished a simple program that I'd like to distribute in
the PD.  In addition to the usual calls to this-and-that.library, it
calls ifflib, another PD offering.  I could distribute ifflib with my
program, but then users would have to read the help files and install it
in the appropriate places, or I'd have to create an install script (no big
deal, I know).

Is there some way I could just sort of absorb ifflib into my program,
so that users wouldn't need to know about it?

                                             lee

FelineGrace@cup.portal.com (Dana B Bourgeois) (03/20/90)

If you are using a utility to create your library (like the 'lb'
program with Aztec C), then you should be able to extract the 
routines from one library and add them to the other to end up
with just one combined library.

Course I could be off-base with this....

Dana Bourgeois @ cup.portal.com