repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added YUV routines needed for v4l driver, and in the future possibly
[wine/gsoc-2012-control.git]
/
dlls
/
winmm
/
Makefile.in
blob
23d71111f3ee0fbfc22367c918648dd1f892c77c
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.spec
29
30
RC_SRCS
=
winmm_res.rc
31
32
SUBDIRS
=
tests
33
34
@MAKE_DLL_RULES@
35
36
### Dependencies: