wine-wine/dlls/ole2.dll16/Makefile.in

14 lines
278 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ole2.dll16
IMPORTS = uuid ole32 user32 gdi32 kernel32 kernel
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,ole32.dll
C_SRCS = \
memlockbytes.c \
ole2.c
@MAKE_DLL_RULES@