mirror of
https://github.com/reactos/wine.git
synced 2025-01-26 14:05:07 +00:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
MODULE = msvcr100.dll
|
|
IMPORTLIB = msvcr100
|
|
IMPORTS = msvcrt
|
|
|
|
C_SRCS = \
|
|
msvcr100.c
|
|
|
|
RC_SRCS = rsrc.rc
|