projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msvcrt: Added support for commit flag in fopen.
[wine]
/
dlls
/
msvcrt
/
Makefile.in
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@