mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
184 B
Makefile
10 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
|