mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 10:59:45 +00:00
13 lines
177 B
Makefile
13 lines
177 B
Makefile
MODULE = oleacc.dll
|
|
IMPORTLIB = oleacc
|
|
IMPORTS = uuid oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
client.c \
|
|
main.c \
|
|
window.c
|
|
|
|
IDL_SRCS = oleacc_classes.idl
|
|
|
|
RC_SRCS = oleacc.rc
|