repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed GetProcessHeap() for the STRICT mode.
[wine.git]
/
misc
/
Makefile.in
blob
30cf95e21849df89622b1122e728db78f84ef4c7
1
sysconfdir
=
@sysconfdir@
2
DEFS
=
@DLLFLAGS@
-
D__WINE__
-
DETCDIR
=
"
\"
$(sysconfdir)
\"
"
3
TOPSRCDIR
=
@top_srcdir@
4
TOPOBJDIR
=
..
5
SRCDIR
=
@
srcdir
@
6
VPATH
=
@
srcdir
@
7
MODULE
=
misc
8
9
C_SRCS
=
\
10
bidi16.c \
11
cdrom.c \
12
comm.c \
13
cpu.c \
14
ddeml.c \
15
debugstr.c \
16
error.c \
17
lstr.c \
18
main.c \
19
network.c \
20
options.c \
21
port.c \
22
printdrv.c \
23
registry.c \
24
system.c \
25
toolhelp.c \
26
tweak.c \
27
version.c \
28
w32scomb.c \
29
wsprintf.c \
30
xmalloc.c
31
32
GLUE
=
printdrv.c
33
34
all
: $(
MODULE
)
.o
35
36
@MAKE_RULES@
37
38
### Dependencies:
39