mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
13 lines
178 B
Makefile
13 lines
178 B
Makefile
MODULE = msvcp90.dll
|
|
IMPORTS = msvcr90
|
|
EXTRADEFS = -D_MSVCP_VER=90
|
|
|
|
C_SRCS = \
|
|
exception.c \
|
|
ios.c \
|
|
locale.c \
|
|
math.c \
|
|
memory.c \
|
|
misc.c \
|
|
msvcp_main.c \
|
|
string.c
|