MODS TO MAKEFILE:
# NOTE: ip_init should be previosly compilied or compiled in the makefile.

# objs needed to run this demo.
PSS_APPOBJS= root.o xp_out.o demo.o ..\ip_init.o

# Libs that must be used.
PSS_COMPLIB= -l rglib40.lib -l rg79drv.lib  -l 68040/mcc68kab.lib 

# add to bottom of makefile.

demo.o: twintst.o 
 	$(CC) -f $(COPTS) -o demo.o twintst.c

