mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 14:24:45 +00:00
9 lines
187 B
Makefile
9 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
|