mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
9 lines
127 B
Makefile
9 lines
127 B
Makefile
MODULE = msvcirt.dll
|
|
IMPORTS = msvcrt
|
|
EXTRADEFS = -D_MSVCIRT
|
|
PARENTSRC = ../msvcp90
|
|
|
|
C_SRCS = \
|
|
exception.c \
|
|
msvcirt.c
|