mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
208 B
Makefile
8 lines
208 B
Makefile
MODULE = ieproxy.dll
|
|
IMPORTS = uuid ole32 rpcrt4
|
|
|
|
IDL_SRCS = \
|
|
ieproxy_ieautomation.idl \
|
|
ieproxy_perhist.idl
|
|
|
|
dlldata_EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION -DPROXY_CLSID=CLSID_PSFactoryBuffer
|