projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Started on avifil32 implementation (only stubs currently).
[wine]
/
dlls
/
avifil32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = avifil32
7
8
C_SRCS = \
9
avifile.c
10
11
all: $(MODULE).o
12
13
@MAKE_RULES@
14
15
### Dependencies:
16