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
winedos: Make sure that the main message queue exists before the DOS thread starts.
[wine.git]
/
dlls
/
avifil32
/
Makefile.in
blob
856ecb47c7860d59a707f57b453006a6cfeb6b79
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
avifil32.dll
6
IMPORTLIB
=
avifil32
7
IMPORTS
=
uuid msacm32 msvfw32 winmm ole32 user32 advapi32 kernel32
8
9
C_SRCS
=
\
10
acmstream.c \
11
api.c \
12
avifile.c \
13
editstream.c \
14
extrachunk.c \
15
factory.c \
16
getframe.c \
17
icmstream.c \
18
regsvr.c \
19
tmpfile.c \
20
wavfile.c
21
22
SPEC_SRCS16
=
avifile.spec
23
24
RC_SRCS
=
\
25
rsrc.rc
26
27
@MAKE_DLL_RULES@
28
29
@DEPENDENCIES@
# everything below this line is overwritten by make depend