mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
8 lines
146 B
Makefile
8 lines
146 B
Makefile
MODULE = ole2.dll16
|
|
IMPORTS = uuid ole32 user32 gdi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
|
|
|
C_SRCS = \
|
|
memlockbytes.c \
|
|
ole2.c
|