mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
8 lines
207 B
Makefile
8 lines
207 B
Makefile
MODULE = ieproxy.dll
|
|
IMPORTS = uuid ole32 rpcrt4
|
|
|
|
SOURCES = \
|
|
ieproxy_ieautomation.idl \
|
|
ieproxy_perhist.idl
|
|
|
|
dlldata_EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION -DPROXY_CLSID=CLSID_PSFactoryBuffer
|