mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
13 lines
219 B
Makefile
13 lines
219 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ddeml.dll16
|
|
IMPORTS = user32 kernel32 kernel
|
|
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16
|
|
|
|
C_SRCS = ddeml.c
|
|
|
|
@MAKE_DLL_RULES@
|