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
ntdll: Implement NtCreateDebugObject().
[wine.git]
/
dlls
/
crtdll
/
Makefile.in
blob
2af6e86efb1b1debcac0cb73bc671a5820b52a35
1
EXTRADEFS
= -
D_CRTDLL
-
D_CRTIMP
=
2
MODULE
=
crtdll.dll
3
IMPORTS
=
ntdll
4
DELAYIMPORTS
=
advapi32 user32
5
PARENTSRC
=
..
/
msvcrt
6
EXTRADLLFLAGS
= -
mno-cygwin
7
8
C_SRCS
=
\
9
console.c \
10
cpp
.c \
11
ctype.c \
12
data.c \
13
dir
.c \
14
environ.c \
15
errno.c \
16
except.c \
17
except_arm.c \
18
except_arm64.c \
19
except_i386.c \
20
except_x86_64.c \
21
exit.c \
22
file.c \
23
heap.c \
24
locale.c \
25
lock.c \
26
main.c \
27
math.c \
28
mbcs.c \
29
misc.c \
30
process.c \
31
scanf.c \
32
string.c \
33
thread.c \
34
time.c \
35
undname.c \
36
unixlib.c \
37
wcs.c