MODS TO "sys_conf.h"
Change SC_PREPC from NO to YES

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 gauge2.o gauge2c.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.
gauge2.o: gauge2.o 
 	$(CC) $(COPTS) -o gauge2.o gauge2.c
gauge2c.o: gauge2c.o 
 	$(CC) $(COPTS) -o gauge2c.o gauge2c.c


