wine/dlls/winmm/Makefile.in
Alexandre Julliard 32459912dc Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00

34 lines
495 B
Makefile

EXTRADEFS = -D_WINMM_
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winmm.dll
IMPORTS = user32.dll advapi32.dll kernel32.dll ntdll.dll
ALTNAMES = mmsystem.dll sound.dll
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
driver.c \
joystick.c \
lolvldrv.c \
mci.c \
mmio.c \
mmsystem.c \
sound16.c \
time.c
GLUE = \
lolvldrv.c \
mmsystem.c \
time.c
RC_SRCS = \
winmm_res.rc
@MAKE_DLL_RULES@
### Dependencies: