Release 941227
[wine/multimedia.git] / windows / Imakefile
blobe0306dc1ee2e4fec76e188a72f092f90cc0a6091
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         icon.c \
18         keyboard.c \
19         mapping.c \
20         mdi.c \
21         message.c \
22         nonclient.c \
23         painting.c \
24         scroll.c \
25         syscolor.c \
26         sysmetrics.c \
27         timer.c \
28         utility.c \
29         win.c \
30         winpos.c
32 OBJS = $(SRCS:.c=.o)
34 WineRelocatableTarget($(MODULE),,$(OBJS))
35 DependTarget()
37 includes::
39 install::