repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20030408.
[wine/gsoc-2012-control.git]
/
dlls
/
msvcrt
/
Makefile.in
blob
a82ac1a2a05f02fc82bd7b19ea0cf1bd78618dbf
1
EXTRADEFS
= -
DUSE_MSVCRT_PREFIX
-
D_MT
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
msvcrt.dll
7
IMPORTS
=
kernel32 ntdll
8
DELAYIMPORTS
=
user32
9
EXTRALIBS
= $(
LIBUNICODE
)
10
11
LDDLLFLAGS
=
@LDDLLFLAGS@
12
SYMBOLFILE
= $(
MODULE
)
.tmp.o
13
14
C_SRCS
=
\
15
console.c \
16
cpp
.c \
17
cppexcept.c \
18
ctype.c \
19
data.c \
20
dir
.c \
21
environ.c \
22
errno.c \
23
except.c \
24
exit.c \
25
file.c \
26
heap.c \
27
lconv.c \
28
locale.c \
29
lock.c \
30
main.c \
31
math.c \
32
mbcs.c \
33
misc.c \
34
process.c \
35
scanf.c \
36
string.c \
37
thread.c \
38
time.c \
39
wcs.c
40
41
SUBDIRS
=
tests
42
43
@MAKE_DLL_RULES@
44
45
### Dependencies: