The link files were modified to work with the Native Amiga C development
environment to allow all object files to be RAM: resident.

In other words:

	copy the modified lnk file to ram:

	copy the "xxx.o" files specified in the .lnk file to ram:

	cd ram:

(insert C-DEVEL into df1:)

	assign lib: df1:lib
	
	df1:c/alink with yyy.lnk

