mirror of
https://github.com/reactos/wine.git
synced 2024-12-14 15:19:28 +00:00
7 lines
88 B
Makefile
7 lines
88 B
Makefile
MODULE = crtdll.dll
|
|
IMPORTLIB = crtdll
|
|
IMPORTS = msvcrt
|
|
|
|
C_SRCS = \
|
|
crtdll_main.c
|