mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
EXTRADEFS = -DUSE_MSVCRT_PREFIX
|
|
MODULE = msvcrt40.dll
|
|
IMPORTLIB = msvcrt40
|
|
IMPORTS = msvcrt
|
|
|
|
C_SRCS = \
|
|
msvcrt40.c
|