projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
[wine]
/
dlls
/
quartz
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = quartz.dll
6
IMPORTS = ole32 oleaut32 advapi32 kernel32 user32
7
EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
8
9
C_SRCS = \
10
enummedia.c \
11
enummoniker.c \
12
enumpins.c \
13
filesource.c \
14
filtergraph.c \
15
filtermapper.c \
16
main.c \
17
memallocator.c \
18
pin.c \
19
regsvr.c
20
21
RC_SRCS = version.rc
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: