mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
11 lines
165 B
Makefile
11 lines
165 B
Makefile
MODULE = oleacc.dll
|
|
IMPORTLIB = oleacc
|
|
IMPORTS = uuid oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
client.c \
|
|
main.c
|
|
|
|
IDL_SRCS = oleacc_classes.idl
|
|
|
|
RC_SRCS = oleacc.rc
|