wine/dlls/winmm/Makefile.in
Drew Ronneberg f20771e76c winmm: Remove obsolete -D_WINMM_ from Makefile.in.
Signed-off-by: Drew Ronneberg <drew_ronneberg@yahoo.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-05-02 11:36:09 +02:00

20 lines
268 B
Makefile

MODULE = winmm.dll
IMPORTLIB = winmm
IMPORTS = uuid user32 advapi32 ole32 msacm32
DELAYIMPORTS = dinput8
C_SRCS = \
driver.c \
joystick.c \
lolvldrv.c \
mci.c \
mmio.c \
playsound.c \
time.c \
waveform.c \
winmm.c
RC_SRCS = \
winmm.rc \
winmm_res.rc