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