projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed some message names.
[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
property.c \
30
queue.c \
31
rect.c \
32
scroll.c \
33
spy.c \
34
struct32.c \
35
syscolor.c \
36
sysmetrics.c \
37
sysparams.c \
38
timer.c \
39
user.c \
40
win.c \
41
winhelp.c \
42
winpos.c \
43
winproc.c
44
45
GLUE = hook.c \
46
driver.c
47
48
all: $(MODULE).o
49
50
@MAKE_RULES@
51
52
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
53
$(LDCOMBINE) $(OBJS) -o $@
54
55
### Dependencies: