wine-wine/dlls/msvcp80/Makefile.in

17 lines
230 B
Makefile
Raw Normal View History

2010-08-23 14:36:24 +00:00
MODULE = msvcp80.dll
IMPORTS = msvcr80
EXTRADEFS = -D_MSVCP_VER=80
PARENTSRC = ../msvcp90
2010-08-23 14:36:24 +00:00
EXTRADLLFLAGS = -mno-cygwin
2010-08-23 14:36:24 +00:00
C_SRCS = \
2013-09-18 07:22:47 +00:00
exception.c \
ios.c \
locale.c \
math.c \
memory.c \
misc.c \
msvcp_main.c \
2013-09-18 07:22:47 +00:00
string.c