mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
448ac0e9c4
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
160 B
Makefile
7 lines
160 B
Makefile
MODULE = ieproxy.dll
|
|
IMPORTS = uuid rpcrt4
|
|
|
|
IDL_SRCS = \
|
|
ieproxy_ieautomation.idl
|
|
|
|
dlldata_EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer
|