mirror of
https://github.com/reactos/wine.git
synced 2025-01-05 18:49:06 +00:00
7 lines
77 B
Makefile
7 lines
77 B
Makefile
MODULE = avrt.dll
|
|
IMPORTLIB = avrt
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
main.c
|