repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed tons of incomplete prototypes, assignment's of pointer with
[wine/multimedia.git]
/
misc
/
Makefile.in
blob
87aa9d079ce842285f9b894b00a2054dc75a19b5
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
misc
7
8
C_SRCS
=
\
9
callback.c \
10
comm.c \
11
commdlg.c \
12
crtdll.c \
13
cpu.c \
14
ddeml.c \
15
debugstr.c \
16
error.c \
17
imm.c \
18
lstr.c \
19
lzexpand.c \
20
main.c \
21
network.c \
22
port.c \
23
printdrv.c \
24
registry.c \
25
shell
.c \
26
sound.c \
27
spooler.c \
28
spy.c \
29
stress.c \
30
system.c \
31
tapi32.c \
32
toolhelp.c \
33
tweak.c \
34
ver.c \
35
version.c \
36
w32scomb.c \
37
w32skrnl.c \
38
w32sys.c \
39
win32s16.c \
40
windebug.c \
41
winsock.c \
42
winsock_dns.c \
43
wsprintf.c \
44
xmalloc.c
45
46
all
: $(
MODULE
)
.o
47
48
@MAKE_RULES@
49
50
### Dependencies:
51