projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Always calls SetMenu in MDISetMenu.
[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
cursoricon.c \
13
dce.c \
14
defdlg.c \
15
defwnd.c \
16
dialog.c \
17
driver.c \
18
event.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
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 = hook.c \
45
driver.c
46
47
all: $(MODULE).o
48
49
@MAKE_RULES@
50
51
### Dependencies: