makefiles: Output rules for building generated .rc files.
[wine.git] / dlls / msvcr110 / Makefile.in
blob056eb3989f146fe542cdeebe4870e17cdf451a2b
1 EXTRADEFS = -D_MT -D_MSVCR_VER=110
2 MODULE = msvcr110.dll
3 IMPORTLIB = msvcr110
4 DELAYIMPORTS = advapi32 user32
5 PARENTSRC = ../msvcrt
7 C_SRCS = \
8 console.c \
9 cpp.c \
10 ctype.c \
11 data.c \
12 dir.c \
13 environ.c \
14 errno.c \
15 except.c \
16 except_arm.c \
17 except_arm64.c \
18 except_i386.c \
19 except_x86_64.c \
20 exit.c \
21 file.c \
22 heap.c \
23 locale.c \
24 lock.c \
25 main.c \
26 math.c \
27 mbcs.c \
28 misc.c \
29 process.c \
30 scanf.c \
31 scheduler.c \
32 string.c \
33 thread.c \
34 time.c \
35 undname.c \
36 wcs.c