mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
10 lines
164 B
Makefile
10 lines
164 B
Makefile
MODULE = ole2.dll16
|
|
IMPORTS = uuid ole32 user32 gdi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
|
|
|
C_SRCS = \
|
|
memlockbytes.c \
|
|
ole2.c
|
|
|
|
@MAKE_DLL_RULES@
|