mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
MODULE = mmcndmgr.dll
|
|
IMPORTS = uuid oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
mmcndmgr.c
|
|
|
|
IDL_SRCS = mmcndmgr.idl
|