projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Changed builtin dlls file names to make it clear they are not normal
[wine]
/
dlls
/
quartz
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = quartz.dll
6
EXTRALIBS = $(LIBUUID)
7
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
amundoc.c \
13
asyncsrc.c \
14
audioutl.c \
15
audren.c \
16
avidec.c \
17
aviparse.c \
18
basefilt.c \
19
basepin.c \
20
capgraph.c \
21
complist.c \
22
csconv.c \
23
devenum.c \
24
enumunk.c \
25
fgevent.c \
26
fgpass.c \
27
fgraph.c \
28
filesink.c \
29
fmap.c \
30
ifgraph.c \
31
imcntl.c \
32
imfilter.c \
33
impos.c \
34
imseek.c \
35
iunk.c \
36
main.c \
37
memalloc.c \
38
mtype.c \
39
parser.c \
40
regsvr.c \
41
sample.c \
42
seekpass.c \
43
sysclock.c \
44
videoblt.c \
45
vidren.c \
46
wavparse.c \
47
xform.c
48
49
@MAKE_DLL_RULES@
50
51
### Dependencies: