repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added wrapper to replace llseek+lread to avoid HANDLE/HFILE
[wine/multimedia.git]
/
dlls
/
msvcrt
/
Makefile.in
blob
28d0712c6e7bb79626937bcb8059e4ef28b6c592
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
EXTRALIBS
= $(
LIBUNICODE
)
9
10
LDDLLFLAGS
=
@LDDLLFLAGS@
11
SYMBOLFILE
= $(
MODULE
)
.tmp.o
12
13
C_SRCS
=
\
14
console.c \
15
cpp
.c \
16
cppexcept.c \
17
ctype.c \
18
data.c \
19
dir
.c \
20
environ.c \
21
errno.c \
22
except.c \
23
exit.c \
24
file.c \
25
heap.c \
26
lconv.c \
27
locale.c \
28
lock.c \
29
main.c \
30
math.c \
31
mbcs.c \
32
misc.c \
33
process.c \
34
scanf.c \
35
string.c \
36
thread.c \
37
time.c \
38
wcs.c
39
40
SUBDIRS
=
tests
41
42
@MAKE_DLL_RULES@
43
44
### Dependencies: