mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
MODULE = nddeapi.dll
|
|
IMPORTLIB = nddeapi
|
|
|
|
C_SRCS = \
|
|
nddeapi.c
|
|
|
|
@MAKE_DLL_RULES@
|