repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid crashing when unable to read pdb file.
[wine.git]
/
dlls
/
avifil32
/
Makefile.in
blob
67577ef5904f5f22cae2dd4f48ff91acc84a5250
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
avifil32.dll
6
IMPORTS
=
msacm32 msvfw32 shell32 winmm user32 advapi32 kernel32
7
ALTNAMES
=
avifile.dll
8
EXTRALIBS
= $(
LIBUUID
)
9
10
LDDLLFLAGS
=
@LDDLLFLAGS@
11
SYMBOLFILE
= $(
MODULE
)
.tmp.o
12
13
SPEC_SRCS16
= $(
ALTNAMES
:
.dll
=
.spec
)
14
15
C_SRCS
=
\
16
acmstream.c \
17
api.c \
18
avifile.c \
19
extrachunk.c \
20
factory.c \
21
getframe.c \
22
icmstream.c \
23
tmpfile.c \
24
wavfile.c
25
26
RC_SRCS
=
\
27
rsrc.rc
28
29
@MAKE_DLL_RULES@
30
31
### Dependencies: