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