Release 960717
[wine] / windows / Makefile.in
1 DEFS   = -D__WINE__
2 TOPSRC = @top_srcdir@
3 MODULE = windows
4
5 C_SRCS = \
6         caret.c \
7         class.c \
8         dce.c \
9         defdlg.c \
10         defwnd.c \
11         dialog.c \
12         event.c \
13         focus.c \
14         graphics.c \
15         hook.c \
16         keyboard.c \
17         mapping.c \
18         mdi.c \
19         message.c \
20         msgbox.c \
21         nonclient.c \
22         painting.c \
23         property.c \
24         queue.c \
25         scroll.c \
26         syscolor.c \
27         sysmetrics.c \
28         timer.c \
29         win.c \
30         winpos.c \
31         winproc.c
32
33 all: $(MODULE).o
34
35 @MAKE_RULES@
36
37 ### Dependencies: