makefiles: Add a standard header for all makefiles to replace the common variable...
[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         cppexcept.c \
10         ctype.c \
11         data.c \
12         dir.c \
13         environ.c \
14         errno.c \
15         except.c \
16         exit.c \
17         file.c \
18         heap.c \
19         locale.c \
20         lock.c \
21         main.c \
22         math.c \
23         mbcs.c \
24         misc.c \
25         process.c \
26         scanf.c \
27         string.c \
28         thread.c \
29         time.c \
30         undname.c \
31         wcs.c
32
33 RC_SRCS = \
34         rsrc.rc
35
36 @MAKE_DLL_RULES@