projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed unnecessary includes from ole related files.
[wine]
/
relay32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = relay32
7
8
SPEC_SRCS = \
9
ddraw.spec \
10
dinput.spec \
11
dplay.spec \
12
dplayx.spec \
13
dsound.spec \
14
gdi32.spec \
15
kernel32.spec \
16
mcianim.spec \
17
mciavi.spec \
18
mcicda.spec \
19
mciseq.spec \
20
mciwave.spec \
21
ole32.spec \
22
oleaut32.spec \
23
olecli32.spec \
24
oledlg.spec \
25
olesvr32.spec \
26
user32.spec \
27
winmm.spec \
28
wow32.spec \
29
wsock32.spec
30
31
C_SRCS = \
32
builtin32.c \
33
relay386.c \
34
snoop.c \
35
utthunk.c \
36
wowthunk.c
37
38
GEN_ASM_SRCS = \
39
call32.s
40
41
all: $(MODULE).o
42
43
@MAKE_RULES@
44
45
call32.s: $(BUILD)
46
$(BUILD) @BUILDFLAGS@ -o $@ -call32
47
48
### Dependencies: