mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
10 lines
213 B
Makefile
10 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@
|