repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added rules for building import libraries in the individual dll
[wine.git]
/
dlls
/
msvideo
/
Makefile.in
blob
cd50884761191db92071c36838c14745d1bf730c
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
msvfw32.dll
6
IMPORTLIB
=
libmsvfw32.
$(
IMPLIBEXT
)
7
IMPORTS
=
winmm comctl32 version user32 gdi32 advapi32 kernel32 ntdll
8
EXTRALIBS
= $(
LIBUNICODE
)
9
10
C_SRCS
=
\
11
mciwnd.c \
12
msvideo_main.c \
13
drawdib.c
14
15
C_SRCS16
=
\
16
msvideo16.c
17
18
SPEC_SRCS16
=
msvideo.spec
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: