mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
22 lines
272 B
Makefile
22 lines
272 B
Makefile
EXTRADEFS = -D_WINMM_
|
|
MODULE = winmm.dll
|
|
IMPORTLIB = winmm
|
|
IMPORTS = user32 advapi32
|
|
|
|
C_SRCS = \
|
|
driver.c \
|
|
joystick.c \
|
|
lolvldrv.c \
|
|
mci.c \
|
|
mmio.c \
|
|
playsound.c \
|
|
time.c \
|
|
winmm.c
|
|
|
|
RC_SRCS = \
|
|
winmm.rc \
|
|
winmm_res.rc
|
|
|
|
PO_SRCS = winmm.rc
|
|
|
|
@MAKE_DLL_RULES@
|