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
Make CryptImport/ExportPublicKeyInfoEx behave the way MSDN describes
[wine/gsoc-2012-control.git]
/
dlls
/
msvcrt
/
Makefile.in
blob
56e70a583b4526ef1e54c75cb1c99e37c5994a35
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
SUBDIRS
=
tests
40
41
@MAKE_DLL_RULES@
42
43
### Dependencies: