mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
9 lines
115 B
Makefile
9 lines
115 B
Makefile
MODULE = olecli32.dll
|
|
IMPORTLIB = olecli32
|
|
IMPORTS = ole32 gdi32
|
|
|
|
C_SRCS = \
|
|
olecli_main.c
|
|
|
|
@MAKE_DLL_RULES@
|