mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
10 lines
135 B
Makefile
10 lines
135 B
Makefile
MODULE = mmcndmgr.dll
|
|
IMPORTS = uuid oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
mmcndmgr.c
|
|
|
|
IDL_TLB_SRCS = mmcndmgr.idl
|
|
|
|
@MAKE_DLL_RULES@
|