Added rules for building import libraries in the individual dll
[wine/wine64.git] / dlls / winmm / Makefile.in
blob23d71111f3ee0fbfc22367c918648dd1f892c77c
1 EXTRADEFS = -D_WINMM_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = winmm.dll
7 IMPORTLIB = libwinmm.$(IMPLIBEXT)
8 IMPORTS = user32 advapi32 kernel32 ntdll
9 EXTRALIBS = $(LIBUNICODE)
11 C_SRCS = \
12 driver.c \
13 joystick.c \
14 lolvldrv.c \
15 mci.c \
16 mmio.c \
17 playsound.c \
18 time.c \
19 winmm.c
21 C_SRCS16 = \
22 message16.c \
23 mmsystem.c \
24 sound16.c
26 SPEC_SRCS16 = \
27 mmsystem.spec \
28 sound.spec
30 RC_SRCS = winmm_res.rc
32 SUBDIRS = tests
34 @MAKE_DLL_RULES@
36 ### Dependencies: