mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
11 lines
184 B
Makefile
11 lines
184 B
Makefile
MODULE = dispex.dll
|
|
IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32
|
|
|
|
C_SRCS = \
|
|
usrmarshal.c
|
|
|
|
IDL_SRCS = \
|
|
disp_ex.idl
|
|
|
|
dlldata_EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
|