projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
avifil32: Use HeapAlloc instead of Local Alloc.
[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
EXTRALIBS = $(LIBUNICODE)
11
12
C_SRCS = \
13
console.c \
14
cpp.c \
15
cppexcept.c \
16
ctype.c \
17
data.c \
18
dir.c \
19
environ.c \
20
errno.c \
21
except.c \
22
exit.c \
23
file.c \
24
heap.c \
25
locale.c \
26
lock.c \
27
main.c \
28
math.c \
29
mbcs.c \
30
misc.c \
31
process.c \
32
scanf.c \
33
string.c \
34
thread.c \
35
time.c \
36
undname.c \
37
wcs.c
38
39
RC_SRCS = \
40
rsrc.rc
41
42
SUBDIRS = tests
43
44
@MAKE_DLL_RULES@
45
46
### Dependencies: