projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Corrected cast so hello5 compiles again.
[wine]
/
misc
/
Makefile.in
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
cdrom.c \
11
comm.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
string.c \
31
system.c \
32
tapi32.c \
33
toolhelp.c \
34
tweak.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