wine/dlls/mmsystem.dll16/Makefile.in
Alexandre Julliard c1df11c167 mmsystem: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-11 09:46:13 +02:00

12 lines
188 B
Makefile

MODULE = mmsystem.dll16
IMPORTS = winmm user32
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,winmm.dll
C_SRCS = \
driver.c \
mci16.c \
message16.c \
mmio16.c \
mmsystem.c