forwarding a radium compilation fix.
[AROS-Contrib.git] / dopus / DOpus_Icon / makefile
blobe37ed962e19f0fb434f62643c6e23454e9bfa6f2
1 OBJS = data.o main.o doiconinfo.o lsprintf.o strings.o
3 All : DOpus_Icon
5 DOpus_Icon : $(OBJS)
6 slink with <<
7 define __ctype=___ctype
8 from lib:cres.o $(OBJS)
9 to DOpus_Icon
10 lib lib:scm.lib lib:sc.lib
11 noicons
12 maxhunk 51200
14 nodebug
17 .c.o:
18 sc $*.c
19 .asm.o:
20 sc:c/asm -isc:include $*.asm