mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
9b802a3d56
Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
42 lines
544 B
Makefile
42 lines
544 B
Makefile
EXTRADEFS = -D_CRTIMP=
|
|
MODULE = msvcr90.dll
|
|
IMPORTLIB = msvcr90
|
|
IMPORTS = ntdll
|
|
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 \
|
|
except_i386.c \
|
|
except_x86_64.c \
|
|
exit.c \
|
|
file.c \
|
|
heap.c \
|
|
iob.c \
|
|
locale.c \
|
|
lock.c \
|
|
main.c \
|
|
math.c \
|
|
mathf.c \
|
|
mbcs.c \
|
|
misc.c \
|
|
onexit.c \
|
|
process.c \
|
|
scanf.c \
|
|
sincos.c \
|
|
string.c \
|
|
thread.c \
|
|
time.c \
|
|
undname.c \
|
|
wcs.c
|
|
|
|
RC_SRCS = msvcr90.rc
|