mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 13:56:38 +00:00
7 lines
77 B
Makefile
7 lines
77 B
Makefile
MODULE = avrt.dll
|
|
IMPORTLIB = avrt
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
main.c
|