mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
8 lines
127 B
Makefile
8 lines
127 B
Makefile
MODULE = msvcirt.dll
|
|
IMPORTS = msvcrt
|
|
EXTRADEFS = -D_MSVCIRT
|
|
PARENTSRC = ../msvcp90
|
|
|
|
C_SRCS = \
|
|
exception.c \
|
|
msvcirt.c
|