wine-wine/dlls/msvcp110/Makefile.in

17 lines
230 B
Makefile
Raw Permalink Normal View History

2013-03-30 12:48:49 +00:00
MODULE = msvcp110.dll
IMPORTS = msvcr110
EXTRADEFS = -D_MSVCP_VER=110
PARENTSRC = ../msvcp90
2013-03-30 12:48:49 +00:00
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
exception.c \
ios.c \
locale.c \
math.c \
memory.c \
misc.c \
msvcp_main.c \
string.c