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
jscript: Use generic property for Error.message.
[wine.git]
/
dlls
/
msvcrt
/
Makefile.in
blob
71b23407e26f7bdfc3522fa941b1ec9c644db5d5
1
EXTRADEFS
= -
D_MT
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
msvcrt.dll
7
IMPORTLIB
=
msvcrt
8
DELAYIMPORTS
=
advapi32 user32
9
10
C_SRCS
=
\
11
console.c \
12
cpp
.c \
13
cppexcept.c \
14
ctype.c \
15
data.c \
16
dir
.c \
17
environ.c \
18
errno.c \
19
except.c \
20
exit.c \
21
file.c \
22
heap.c \
23
locale.c \
24
lock.c \
25
main.c \
26
math.c \
27
mbcs.c \
28
misc.c \
29
process.c \
30
scanf.c \
31
string.c \
32
thread.c \
33
time.c \
34
undname.c \
35
wcs.c
36
37
RC_SRCS
=
\
38
rsrc.rc
39
40
@MAKE_DLL_RULES@