mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
7d5708a182
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
8 lines
187 B
Makefile
8 lines
187 B
Makefile
MODULE = ia2comproxy.dll
|
|
IMPORTS = uuid oleacc oleaut32 ole32 rpcrt4
|
|
|
|
IDL_SRCS = \
|
|
ia2_classes.idl \
|
|
oleacc_classes.idl
|
|
|
|
dlldata_EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
|