**
**	First :-)
**
**	The linkable libraries found on this disk are not optimized and
**	will often generate more code than .	 The amount of superflous
**	code is though not exceeding 400 bytes even in worst cases.
**
**---------------------------------------------------------------------------
**
**	Hello !!!
**	These are the linkable libraries which were assembled with
**	ASM V 6.0 (SAS/C) and intended for the SAS/C (Lattice) C-compiler
**	
**	If you have to remake the libraries you just execute this very file!
**		(You may need to rewrite this script some ...)
**

asm	-dsmall		glues.a
oml	ram:rls.lib	glues.o
asm	-dlarge		glues.a
oml	ram:rl.lib	glues.o
delete	*.o

**
**	Please notice that the small (using a4 relative offsets) library is
**	called "rls.lib" and the corresponding large (using relocs) library
**	is called "rl.lib". Do also notice that the generated libs are placed
**	onto the ram: disk
**
**	When you link - remember that "rls.lib" should be used by default
**	(At least when using SAS/C !).
**	
**---------------------------------------------------------------------------
**	To generate more efficient code use the included pragmas instead !
**
**				Sign: Johan 10/22-93
**---------------------------------------------------------------------------
