mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 18:28:58 +00:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
MODULE = msvcr80.dll
|
|
IMPORTLIB = msvcr80
|
|
IMPORTS = msvcrt
|
|
|
|
C_SRCS = \
|
|
msvcr80.c
|
|
|
|
RC_SRCS = msvcr80.rc
|