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
oleaut32: Convert CustData to use standard linked lists.
[wine.git]
/
dlls
/
kernel32
/
Makefile.in
blob
6c606233212f48bb90053d85cdd6f4c7a63e9853
1
EXTRADEFS
= -
D_KERNEL32_
-
D_NORMALIZE_
2
MODULE
=
kernel32.dll
3
IMPORTLIB
=
kernel32
4
IMPORTS
=
winecrt0 ntdll
5
EXTRALIBS
=
@COREFOUNDATIONLIB@ @LIBPOLL@
6
EXTRADLLFLAGS
= -
nodefaultlibs
-
Wb
,-
F
,
KERNEL32.dll
-
Wl
,--
image-base
,
0x7b800000
7
8
C_SRCS
=
\
9
actctx.c \
10
atom.c \
11
change.c \
12
comm.c \
13
computername.c \
14
console.c \
15
cpu.c \
16
debugger.c \
17
editline.c \
18
environ.c \
19
except.c \
20
fiber.c \
21
file.c \
22
format_msg.c \
23
heap.c \
24
kernel_main.c \
25
lcformat.c \
26
locale.c \
27
lzexpand.c \
28
module.c \
29
oldconfig.c \
30
path.c \
31
powermgnt.c \
32
process.c \
33
profile.c \
34
resource.c \
35
string.c \
36
sync.c \
37
tape.c \
38
term.c \
39
thread.c \
40
time.c \
41
toolhelp.c \
42
version.c \
43
virtual.c \
44
volume.c \
45
wer.c
46
47
RC_SRCS
=
\
48
locale_rc.rc \
49
version.rc
50
51
MC_SRCS
=
\
52
winerror.mc
53
54
EXTRASUBDIRS
=
nls
55
56
@MAKE_DLL_RULES@