mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
500f279efd
string.c file is based on msvcp90/string.c, there are many differences between these files. Other files were copied from msvcp90.
13 lines
196 B
Makefile
13 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@
|