mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 16:59:37 +00:00
![Piotr Caban](/assets/img/avatar_default.png)
string.c file is based on msvcp90/string.c, there are many differences between these files. Other files were copied from msvcp90.
14 lines
196 B
Makefile
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@
|