projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- Fixed loading of wave files.
[wine]
/
dlls
/
avifil32
/
Makefile.in
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
C_SRCS = \
14
api.c \
15
avifile.c \
16
extrachunk.c \
17
factory.c \
18
getframe.c \
19
wavfile.c
20
21
RC_SRCS = \
22
rsrc.rc
23
24
@MAKE_DLL_RULES@
25
26
### Dependencies: