mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
7 lines
97 B
Makefile
7 lines
97 B
Makefile
MODULE = olecli32.dll
|
|
IMPORTLIB = olecli32
|
|
IMPORTS = ole32 gdi32
|
|
|
|
C_SRCS = \
|
|
olecli_main.c
|