projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ole32: Always rewind the stream in StdGlobalInterfaceTable_GetInterfaceFromGlobal
[wine]
/
dlls
/
winmm
/
Makefile.in
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)
10
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
20
21
C_SRCS16 = \
22
message16.c \
23
mmsystem.c \
24
sound16.c
25
26
SPEC_SRCS16 = \
27
mmsystem.spec \
28
sound.drv.spec
29
30
RC_SRCS = winmm_res.rc
31
32
SUBDIRS = tests
33
34
@MAKE_DLL_RULES@
35
36
### Dependencies: