Some fix for scrolling with lasso.
[tangerine.git] / workbench / c / Decoration / mmakefile.src
blobfdf4b58670f8178d4745b082eb38e883440256d9
1 #   $Id: mmakefile.src 25468 2007-03-21 13:51:24Z dariusb $
3 #   Makefile to make Decoration.
5 include $(TOP)/config/make.cfg
7 FILES := decoration
8 EXEDIR := $(AROS_C)
10 #MM workbench-c-decoration : includes linklibs
11 #MM- workbench-c : workbench-c-decoration
13 %build_prog mmake=workbench-c-decoration \
14     progname=Decoration targetdir=$(EXEDIR) \
15     files=$(FILES) uselibs="arossupport amiga arosc m" \
16     detach=yes
17 %common