17 lines
318 B
Makefile
17 lines
318 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ddeml.dll16
|
|
IMPORTS = user32 kernel32
|
|
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16
|
|
|
|
SPEC_SRCS = ddeml.dll16.spec
|
|
|
|
C_SRCS = ddeml.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|