projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
avifil32: Win64 printf format warning fixes.
[wine]
/
dlls
/
avifil32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = avifil32.dll
6
IMPORTLIB = libavifil32.$(IMPLIBEXT)
7
IMPORTS = msacm32 msvfw32 winmm ole32 user32 advapi32 kernel32
8
EXTRALIBS = -luuid
9
10
C_SRCS = \
11
acmstream.c \
12
api.c \
13
avifile.c \
14
editstream.c \
15
extrachunk.c \
16
factory.c \
17
getframe.c \
18
icmstream.c \
19
regsvr.c \
20
tmpfile.c \
21
wavfile.c
22
23
SPEC_SRCS16 = avifile.spec
24
25
RC_SRCS = \
26
rsrc.rc
27
28
@MAKE_DLL_RULES@
29
30
@DEPENDENCIES@ # everything below this line is overwritten by make depend