7 lines
88 B
Makefile
7 lines
88 B
Makefile
MODULE = crtdll.dll
|
|
IMPORTLIB = crtdll
|
|
IMPORTS = msvcrt
|
|
|
|
C_SRCS = \
|
|
crtdll_main.c
|