repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- support DirectInput 8 interfaces.
[wine/multimedia.git]
/
dlls
/
msvideo
/
Makefile.in
blob
5aadfe55257e9420494182fdab162ef7338f64e1
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
msvfw32.dll
6
IMPORTS
=
winmm comctl32 version user32 gdi32 kernel32
7
ALTNAMES
=
msvideo.dll
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
C_SRCS
=
\
13
mciwnd.c \
14
msvideo_main.c \
15
drawdib.c
16
17
GLUE
=
msvideo_main.c
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies:
22