projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Added Date_setFullYear and Date_setUTCFullYear implementation.
[wine]
/
dlls
/
msvfw32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = msvfw32.dll
6
IMPORTLIB = msvfw32
7
IMPORTS = winmm version comctl32 user32 gdi32 advapi32 kernel32 ntdll
8
9
C_SRCS = \
10
mciwnd.c \
11
msvideo_main.c \
12
drawdib.c
13
14
RC_SRCS = rsrc.rc
15
16
@MAKE_DLL_RULES@
17
18
@DEPENDENCIES@ # everything below this line is overwritten by make depend