repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include: Specify calling convention explicitly in idl files where needed.
[wine/hramrach.git]
/
dlls
/
ntdll
/
Makefile.in
blob
8c14708042d40b46c4c9d462b95f114c3ad37adc
1
EXTRADEFS
= -
D_NTSYSTEM_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
ntdll.dll
7
IMPORTLIB
=
ntdll
8
IMPORTS
=
winecrt0
9
EXTRALIBS
=
@IOKITLIB@ @LIBPTHREAD@
10
EXTRADLLFLAGS
= -
nodefaultlibs
-
Wl
,--
image-base
,
0x7bc00000
11
12
C_SRCS
=
\
13
actctx.c \
14
atom.c \
15
cdrom.c \
16
critsection.c \
17
debugbuffer.c \
18
debugtools.c \
19
directory.c \
20
env.c \
21
error.c \
22
exception.c \
23
file.c \
24
handletable.c \
25
heap.c \
26
large_int.c \
27
loader.c \
28
loadorder.c \
29
misc.c \
30
nt.c \
31
om.c \
32
path.c \
33
printf.c \
34
process.c \
35
reg.c \
36
relay.c \
37
resource.c \
38
rtl.c \
39
rtlbitmap.c \
40
rtlstr.c \
41
sec.c \
42
serial.c \
43
server.c \
44
signal_i386.c \
45
signal_powerpc.c \
46
signal_sparc.c \
47
signal_x86_64.c \
48
string.c \
49
sync.c \
50
tape.c \
51
thread.c \
52
threadpool.c \
53
time.c \
54
version.c \
55
virtual.c \
56
wcstring.c
57
58
RC_SRCS
=
version.rc
59
60
@MAKE_DLL_RULES@