repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move the name directive from the .spec file to the Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
msvideo
/
Makefile.in
blob
d032a2e099559e8fddd1dd6ccc8a4fe8ff39cbac
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
msvideo16.c \
16
drawdib.c
17
18
EXTRA_OBJS
= $(
MODULE
)
.glue.o
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: