mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
MODULE = faultrep.dll
|
|
IMPORTLIB = faultrep
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = faultrep.c
|
|
|
|
@MAKE_DLL_RULES@
|