wine-wine/dlls/msvcp90/Makefile.in

16 lines
207 B
Makefile
Raw Normal View History

2010-07-20 21:22:16 +00:00
MODULE = msvcp90.dll
IMPORTS = msvcr90
EXTRADEFS = -D_MSVCP_VER=90
2010-07-20 21:22:16 +00:00
EXTRADLLFLAGS = -mno-cygwin
2010-07-20 21:22:16 +00:00
C_SRCS = \
exception.c \
2011-05-27 12:34:27 +00:00
ios.c \
locale.c \
math.c \
memory.c \
misc.c \
msvcp_main.c \
string.c