mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
14 lines
249 B
Makefile
14 lines
249 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ole2.dll16
|
|
IMPORTS = uuid ole32 user32 gdi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
|
|
|
C_SRCS = \
|
|
memlockbytes.c \
|
|
ole2.c
|
|
|
|
@MAKE_DLL_RULES@
|