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
msvcrt/tests: Add a trailing '\n' to a win_skip().
[wine.git]
/
dlls
/
msvcrt
/
Makefile.in
blob
99310401f0abd8362d86b45306615c20e5c8ec21
1
EXTRADEFS
= -
D_MT
2
MODULE
=
msvcrt.dll
3
IMPORTLIB
=
msvcrt
4
DELAYIMPORTS
=
advapi32 user32
5
6
C_SRCS
=
\
7
console.c \
8
cpp
.c \
9
ctype.c \
10
data.c \
11
dir
.c \
12
environ.c \
13
errno.c \
14
except.c \
15
except_i386.c \
16
except_x86_64.c \
17
exit.c \
18
file.c \
19
heap.c \
20
locale.c \
21
lock.c \
22
main.c \
23
math.c \
24
mbcs.c \
25
misc.c \
26
process.c \
27
scanf.c \
28
string.c \
29
thread.c \
30
time.c \
31
undname.c \
32
wcs.c
33
34
RC_SRCS
=
\
35
rsrc.rc
36
37
@MAKE_DLL_RULES@