mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
13 lines
194 B
Makefile
13 lines
194 B
Makefile
MODULE = oleacc.dll
|
|
IMPORTLIB = oleacc
|
|
IMPORTS = uuid oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
client.c \
|
|
main.c \
|
|
propservice.c \
|
|
window.c
|
|
|
|
IDL_SRCS = oleacc_classes.idl
|
|
|
|
RC_SRCS = oleacc.rc
|