mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
13 lines
268 B
Makefile
13 lines
268 B
Makefile
MODULE = oleacc.dll
|
|
IMPORTLIB = oleacc
|
|
IMPORTS = uuid oleaut32 ole32 user32 rpcrt4
|
|
|
|
SOURCES = \
|
|
client.c \
|
|
main.c \
|
|
oleacc.rc \
|
|
oleacc_classes.idl \
|
|
propservice.c \
|
|
window.c
|
|
|
|
dlldata_EXTRADEFS = -DENTRY_PREFIX=OLEACC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
|