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
user32: Replaced oic_winlogo.ico with Tango compliant icon.
[wine.git]
/
dlls
/
kernel32
/
Makefile.in
blob
b2b66a88c5be0857ddd38c980a3eecabe5873205
1
EXTRADEFS
= -
D_KERNEL32_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
kernel32.dll
7
IMPORTLIB
=
kernel32
8
IMPORTS
=
ntdll
9
EXTRALIBS
=
@COREFOUNDATIONLIB@ @LIBPOLL@
10
EXTRADLLFLAGS
= -
Wb
,-
F
,
KERNEL32.dll
-
Wl
,--
image-base
,
0x7b800000
11
12
C_SRCS
=
\
13
actctx.c \
14
atom.c \
15
change.c \
16
comm.c \
17
computername.c \
18
console.c \
19
cpu.c \
20
debugger.c \
21
editline.c \
22
environ.c \
23
except.c \
24
fiber.c \
25
file.c \
26
format_msg.c \
27
heap.c \
28
kernel_main.c \
29
lcformat.c \
30
locale.c \
31
lzexpand.c \
32
module.c \
33
oldconfig.c \
34
path.c \
35
powermgnt.c \
36
process.c \
37
profile.c \
38
resource.c \
39
string.c \
40
sync.c \
41
tape.c \
42
thread.c \
43
time.c \
44
toolhelp.c \
45
version.c \
46
virtual.c \
47
volume.c
48
49
RC_SRCS
=
\
50
locale_rc.rc \
51
version.rc
52
53
MC_SRCS
=
\
54
nls
/
winerr_deu.mc \
55
nls
/
winerr_enu.mc \
56
nls
/
winerr_fra.mc \
57
nls
/
winerr_jpn.mc \
58
nls
/
winerr_kor.mc \
59
nls
/
winerr_lth.mc \
60
nls
/
winerr_nld.mc \
61
nls
/
winerr_nor.mc \
62
nls
/
winerr_plk.mc \
63
nls
/
winerr_ptg.mc
64
65
EXTRASUBDIRS
=
nls
66
67
@MAKE_DLL_RULES@