projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Updated the auto-generated tests.
[wine]
/
dlls
/
msvideo
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = msvfw32.dll
6
IMPORTS = winmm comctl32 version user32 gdi32 kernel32 ntdll
7
ALTNAMES = msvideo.dll
8
EXTRALIBS = $(LIBUNICODE)
9
10
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
11
12
C_SRCS = \
13
mciwnd.c \
14
msvideo_main.c \
15
drawdib.c
16
17
C_SRCS16 = \
18
msvideo16.c
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: