mirror of
https://github.com/reactos/wine.git
synced 2024-11-23 20:00:00 +00:00
6 lines
114 B
Makefile
6 lines
114 B
Makefile
MODULE = olecli.dll16
|
|
IMPORTS = gdi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,olecli32.dll
|
|
|
|
C_SRCS = olecli.c
|