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