mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
10 lines
153 B
Makefile
10 lines
153 B
Makefile
MODULE = mlang.dll
|
|
IMPORTLIB = mlang
|
|
IMPORTS = uuid ole32 gdi32 advapi32
|
|
DELAYIMPORTS = oleaut32
|
|
|
|
C_SRCS = \
|
|
mlang.c
|
|
|
|
IDL_SRCS = mlang_classes.idl
|