mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
7 lines
77 B
Makefile
7 lines
77 B
Makefile
MODULE = wer.dll
|
|
IMPORTLIB = wer
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|