When window class has CS_CLASSDC style we should not remove the DC
[wine] / windows / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = windows
7
8 C_SRCS = \
9         caret.c \
10         class.c \
11         clipboard.c \
12         dce.c \
13         defdlg.c \
14         defwnd.c \
15         dialog.c \
16         dinput.c \
17         display.c \
18         driver.c \
19         event.c \
20         focus.c \
21         hook.c \
22         input.c \
23         keyboard.c \
24         mdi.c \
25         message.c \
26         mouse.c \
27         msgbox.c \
28         multimon.c \
29         nonclient.c \
30         painting.c \
31         property.c \
32         queue.c \
33         rect.c \
34         scroll.c \
35         syscolor.c \
36         sysmetrics.c \
37         timer.c \
38         user.c \
39         win.c \
40         winhelp.c \
41         winpos.c \
42         winproc.c
43
44 GLUE = hook.c
45
46 all: $(MODULE).o
47
48 @MAKE_RULES@
49
50 ### Dependencies: