wine-wine/dlls/msvcr120/Makefile.in

40 lines
521 B
Makefile
Raw Normal View History

2014-11-04 13:08:27 +00:00
EXTRADEFS = -D_MT -D_MSVCR_VER=120
MODULE = msvcr120.dll
IMPORTLIB = msvcr120
DELAYIMPORTS = advapi32 user32
PARENTSRC = ../msvcrt
C_SRCS = \
console.c \
cpp.c \
ctype.c \
data.c \
dir.c \
environ.c \
errno.c \
except.c \
except_arm.c \
except_arm64.c \
2014-11-04 13:08:27 +00:00
except_i386.c \
except_x86_64.c \
exit.c \
file.c \
heap.c \
iob.c \
2014-11-04 13:08:27 +00:00
locale.c \
lock.c \
main.c \
math.c \
mathf.c \
2014-11-04 13:08:27 +00:00
mbcs.c \
misc.c \
onexit.c \
2014-11-04 13:08:27 +00:00
process.c \
scanf.c \
scheduler.c \
2014-11-04 13:08:27 +00:00
string.c \
thread.c \
time.c \
undname.c \
wcs.c