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