shdocvw: Move IOleInPlaceSite to DocHost object.
[wine/wine64.git] / dlls / winmm / Makefile.in
blobe421fd31034c4df5f430cda3fa654db8733248ff
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.drv.spec
30 RC_SRCS = winmm_res.rc
32 SUBDIRS = tests
34 @MAKE_DLL_RULES@
36 ### Dependencies: