mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
a43a17787e
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
143 B
Makefile
10 lines
143 B
Makefile
MODULE = msdmo.dll
|
|
IMPORTLIB = msdmo
|
|
IMPORTS = dmoguids uuid ole32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
dmoreg.c \
|
|
dmort.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|