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
Added import of ntdll.
[wine/multimedia.git]
/
dlls
/
kernel
/
Makefile.in
blob
1e655ef7eb5ed066dfdf1f2bf15655a8aab77951
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
kernel32
6
SOVERSION
=
1.0
7
ALTNAMES
=
comm kernel stress system toolhelp windebug win87em wprocs
8
IMPORTS
=
ntdll
9
10
C_SRCS
=
\
11
comm.c \
12
debugger.c \
13
format_msg.c \
14
kernel_main.c \
15
stress.c \
16
sync.c \
17
thunk.c \
18
time.c \
19
toolhelp.c \
20
utthunk.c \
21
win87em.c \
22
windebug.c \
23
wowthunk.c
24
25
RC_SRCS
=
\
26
kernel.rc
27
28
MC_SRCS
=
\
29
messages
/
winerr_enu.mc
30
31
GLUE
=
utthunk.c
32
33
EXTRASUBDIRS
=
\
34
messages
35
36
@MAKE_DLL_RULES@
37
38
depend
$(
RC_SRCS
:
.rc
=
.res
): $(
MC_SRCS
:
.mc
=
.rc
)
39
40
### Dependencies: