projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
avifil32: Don't leak the buffer on HeapReAlloc() failure in AVIFILE_AddFrame().
[wine]
/
dlls
/
wiaservc
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wiaservc.dll
6
IMPORTS = uuid ole32 advapi32 kernel32
7
8
C_SRCS = \
9
factory.c \
10
service.c \
11
wiadevmgr.c \
12
wiaservc_main.c
13
14
RC_SRCS = rsrc.rc
15
16
@MAKE_DLL_RULES@
17
18
@DEPENDENCIES@ # everything below this line is overwritten by make depend