mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
13 lines
204 B
Makefile
13 lines
204 B
Makefile
MODULE = mlang.dll
|
|
IMPORTLIB = mlang
|
|
IMPORTS = uuid ole32 gdi32 advapi32
|
|
DELAYIMPORTS = oleaut32
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
C_SRCS = \
|
|
mlang.c
|
|
|
|
IDL_R_SRCS = mlang_classes.idl
|
|
|
|
@MAKE_DLL_RULES@
|