Makefile.in 284 Bytes
Newer Older
1
MODULE    = oleacc.dll
2
IMPORTLIB = oleacc
3
IMPORTS   = uuid oleaut32 ole32 user32 rpcrt4
4 5

C_SRCS = \
6
	client.c \
7
	main.c \
8
	propservice.c \
9
	window.c
10

11
IDL_SRCS = oleacc_classes.idl
12

13
RC_SRCS = oleacc.rc
14 15

dlldata_EXTRADEFS = -DENTRY_PREFIX=OLEACC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL