mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 09:20:56 +00:00
12 lines
133 B
Makefile
12 lines
133 B
Makefile
MODULE = msvcp60.dll
|
|
IMPORTS = msvcrt
|
|
|
|
C_SRCS = \
|
|
exception.c \
|
|
ios.c \
|
|
locale.c \
|
|
main.c \
|
|
memory.c \
|
|
misc.c \
|
|
string.c
|