mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
MODULE = clusapi.dll
|
|
IMPORTLIB = clusapi
|
|
|
|
C_SRCS = \
|
|
clusapi.c
|
|
|
|
@MAKE_DLL_RULES@
|