Release 940804
[wine/gsoc-2012-control.git] / controls / Imakefile
blob4556b4c8aa6df54c05673496781caab93c938d1e
1 #include "../Wine.tmpl"
3 MODULE = controls
5 SRCS = \
6         button.c \
7         combo.c \
8         listbox.c \
9         menu.c \
10         scroll.c \
11         static.c \
12         edit.c \
13         desktop.c \
14         widgets.c
16 OBJS = $(SRCS:.c=.o)
18 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
19 DependTarget()
20 CleanTarget()
22 includes::
24 install::