19 lines
365 B
Makefile
19 lines
365 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = mmsystem.dll16
|
||
|
IMPORTS = winmm user32 kernel32
|
||
|
|
||
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,winmm.dll
|
||
|
|
||
|
C_SRCS = \
|
||
|
mci16.c \
|
||
|
message16.c \
|
||
|
mmio16.c \
|
||
|
mmsystem.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|