Release 950122
[wine] / controls / Imakefile
1 #include "../Wine.tmpl"
2
3 MODULE = controls
4
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
15
16 OBJS = $(SRCS:.c=.o)
17
18 WineRelocatableTarget($(MODULE),,$(OBJS))
19 DependTarget()
20
21 includes::
22
23 install::