projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Some new Spanish translations and improvements to other existing
[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
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: