projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: We want to compare the old and the new format and not the old with the old.
[wine]
/
dlls
/
quartz
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = quartz.dll
6
IMPORTLIB = quartz
7
IMPORTS = dsound msacm32 msvfw32 ole32 oleaut32 shlwapi user32 gdi32 advapi32 kernel32
8
EXTRALIBS = -lstrmiids -luuid
9
10
C_SRCS = \
11
acmwrapper.c \
12
avidec.c \
13
avisplit.c \
14
control.c \
15
dsoundrender.c \
16
enumfilters.c \
17
enummedia.c \
18
enummoniker.c \
19
enumpins.c \
20
enumregfilters.c \
21
filesource.c \
22
filtergraph.c \
23
filtermapper.c \
24
main.c \
25
memallocator.c \
26
mpegsplit.c \
27
nullrenderer.c \
28
parser.c \
29
pin.c \
30
regsvr.c \
31
systemclock.c \
32
transform.c \
33
videorenderer.c \
34
waveparser.c
35
36
RC_SRCS = version.rc
37
38
@MAKE_DLL_RULES@
39
40
@DEPENDENCIES@ # everything below this line is overwritten by make depend