[comp.sys.atari.st] Acc's from TDI Modula DevPac

pete@utcsscb.UUCP (04/14/87)

	hi Everybody,

	has anyone tried creating desk accesories with the TDI M2 developpers
package? I would really like to try this, but have no idea how. My copy came
with a .lnk file called GEMACCX.LNK but no GEMACCX.SYM. How does one include
the GEMACCX file????

						Thanks,
						Pete Santangeli
						pete@utgpu

price@uiucdcsb.cs.uiuc.edu (04/20/87)

To create a desk accessory, you compile your program with the normal
GEMX.SYM file, but then link with the GEMACCX.LNK file.  You do this
link by specifying the option with the linker that allows you to
individually select which files to link (I can't remember the name
of the option, but it is in the M2DESK accessory options...).  When
the linker asks for the file GEMX.LNK you should choose the GEMACCX.LNK
file instead.

When the link is done, you will need to rename the output from x.PRG to
x.ACC, and everything should be OK.

				Bob Price

price@a.cs.uiuc.edu