Release 950522
[wine.git] / windows / Imakefile
blob973215f48105e38d1677e0f046957df8ca322723
1 #include "../Wine.tmpl"
3 MODULE = windows
5 SRCS = \
6         caret.c \
7         class.c \
8         cursor.c \
9         dce.c \
10         defdlg.c \
11         defwnd.c \
12         dialog.c \
13         event.c \
14         focus.c \
15         graphics.c \
16         hook.c \
17         keyboard.c \
18         mapping.c \
19         mdi.c \
20         message.c \
21         msgbox.c \
22         nonclient.c \
23         painting.c \
24         property.c \
25         scroll.c \
26         syscolor.c \
27         sysmetrics.c \
28         timer.c \
29         utility.c \
30         win.c \
31         winpos.c
33 OBJS = $(SRCS:.c=.o)
35 WineRelocatableTarget($(MODULE),,$(OBJS))
36 DependTarget()
38 includes::
40 install::