mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
12 lines
184 B
Makefile
12 lines
184 B
Makefile
MODULE = mlang.dll
|
|
IMPORTLIB = mlang
|
|
IMPORTS = uuid ole32 gdi32 advapi32
|
|
DELAYIMPORTS = oleaut32
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
C_SRCS = \
|
|
mlang.c \
|
|
regsvr.c
|
|
|
|
@MAKE_DLL_RULES@
|