mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
14 lines
288 B
Makefile
14 lines
288 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ddeml.dll16
|
|
IMPORTS = user32 kernel32
|
|
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16
|
|
|
|
C_SRCS = ddeml.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|