CCflags = -c -depend !Depend -IC: -throwback -o $@
Linkflags = -aif -c++ -o $@

@.BarIconsDDE:   @.BarIcons.o C:Stubs.o
        link $(linkflags) @.BarIcons.o C:Stubs.o

@.BarIcons.o:   @.BarIcons.c
        cc $(BarIcons) @.BarIcons.c


