mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
18 lines
279 B
Makefile
18 lines
279 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mmsystem.dll16
|
|
IMPORTS = winmm user32
|
|
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,winmm.dll
|
|
|
|
C_SRCS = \
|
|
driver.c \
|
|
mci16.c \
|
|
message16.c \
|
|
mmio16.c \
|
|
mmsystem.c
|
|
|
|
@MAKE_DLL_RULES@
|