mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
12 lines
239 B
Makefile
12 lines
239 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = olesvr.dll16
|
|
IMPORTS = gdi32 kernel32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,olesvr32.dll
|
|
|
|
C_SRCS = olesvr.c
|
|
|
|
@MAKE_DLL_RULES@
|