projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add some new messages to the spy and winuser.h.
[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
EXTRAINCL = -I$(TOPSRCDIR)/dlls/user
8
9
C_SRCS = \
10
caret.c \
11
class.c \
12
clipboard.c \
13
cursoricon.c \
14
dce.c \
15
defdlg.c \
16
defwnd.c \
17
dialog.c \
18
driver.c \
19
focus.c \
20
hook.c \
21
input.c \
22
keyboard.c \
23
mdi.c \
24
message.c \
25
msgbox.c \
26
multimon.c \
27
nonclient.c \
28
painting.c \
29
queue.c \
30
rect.c \
31
scroll.c \
32
spy.c \
33
struct32.c \
34
syscolor.c \
35
sysmetrics.c \
36
sysparams.c \
37
timer.c \
38
user.c \
39
win.c \
40
winhelp.c \
41
winpos.c \
42
winproc.c
43
44
GLUE = \
45
driver.c \
46
hook.c \
47
painting.c
48
49
all: $(MODULE).o
50
51
@MAKE_RULES@
52
53
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
54
$(LDCOMBINE) $(OBJS) -o $@
55
56
### Dependencies: