mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 11:51:28 +00:00
9 lines
179 B
Makefile
9 lines
179 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ole2conv.dll16
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
|
|
|
@MAKE_DLL_RULES@
|