mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
8 lines
173 B
Makefile
8 lines
173 B
Makefile
MODULE = dispex.dll
|
|
IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32
|
|
|
|
SOURCES = \
|
|
disp_ex.idl \
|
|
usrmarshal.c
|
|
|
|
dlldata_EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
|