mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
134 B
Makefile
10 lines
134 B
Makefile
MODULE = msdmo.dll
|
|
IMPORTLIB = msdmo
|
|
IMPORTS = uuid ole32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
dmoreg.c \
|
|
dmort.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|