mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
9 lines
213 B
Makefile
9 lines
213 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ole2prox.dll16
|
|
IMPORTS = kernel32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,ole32.dll
|
|
|
|
@MAKE_DLL_RULES@
|