wine/dlls/msvcp60/Makefile.in
Piotr Caban 500f279efd msvcp60: Added basic_string<char> support.
string.c file is based on msvcp90/string.c, there are many differences
between these files. Other files were copied from msvcp90.
2012-01-04 19:29:18 +01:00

14 lines
196 B
Makefile

MODULE = msvcp60.dll
IMPORTS = msvcrt
MODCFLAGS = @BUILTINFLAG@
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
C_SRCS = \
exception.c \
main.c \
memory.c \
misc.c \
string.c
@MAKE_DLL_RULES@