dplayx: Introduce impl_from_IDirectPlayLobby3A().
[wine] / dlls / msvcrt / Makefile.in
1 EXTRADEFS = -D_MT
2 MODULE    = msvcrt.dll
3 IMPORTLIB = msvcrt
4 DELAYIMPORTS = advapi32 user32
5
6 C_SRCS = \
7         console.c \
8         cpp.c \
9         ctype.c \
10         data.c \
11         dir.c \
12         environ.c \
13         errno.c \
14         except.c \
15         except_arm.c \
16         except_i386.c \
17         except_x86_64.c \
18         exit.c \
19         file.c \
20         heap.c \
21         locale.c \
22         lock.c \
23         main.c \
24         math.c \
25         mbcs.c \
26         misc.c \
27         process.c \
28         scanf.c \
29         string.c \
30         thread.c \
31         time.c \
32         undname.c \
33         wcs.c
34
35 RC_SRCS = \
36         rsrc.rc
37
38 @MAKE_DLL_RULES@