projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msvcrt: Implement _wspawnl{, e, p, pe}.
[wine]
/
dlls
/
msvcrt
/
Makefile.in
1
EXTRADEFS = -D_MT
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = msvcrt.dll
7
IMPORTLIB = libmsvcrt.$(IMPLIBEXT)
8
IMPORTS = kernel32 ntdll
9
DELAYIMPORTS = user32
10
11
C_SRCS = \
12
console.c \
13
cpp.c \
14
cppexcept.c \
15
ctype.c \
16
data.c \
17
dir.c \
18
environ.c \
19
errno.c \
20
except.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
wcs.c
37
38
RC_SRCS = \
39
rsrc.rc
40
41
@MAKE_DLL_RULES@
42
43
@DEPENDENCIES@ # everything below this line is overwritten by make depend