repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 1.3.7.
[wine/gsoc-2012-control.git]
/
dlls
/
windowscodecs
/
Makefile.in
blob
9dd9302329ed10e8ca8026a668a5667e77ee76e4
1
MODULE
=
windowscodecs.dll
2
IMPORTLIB
=
windowscodecs
3
IMPORTS
=
uuid ole32 oleaut32 shlwapi advapi32 rpcrt4
4
EXTRAINCL
=
@PNGINCL@
5
EXTRADEFS
= -
DENTRY_PREFIX
=
WIC_
-
DPROXY_DELEGATION
-
DREGISTER_PROXY_DLL
6
7
C_SRCS
=
\
8
bmpdecode.c \
9
bmpencode.c \
10
clsfactory.c \
11
converter.c \
12
fliprotate.c \
13
gifformat.c \
14
icnsformat.c \
15
icoformat.c \
16
imgfactory.c \
17
info
.c \
18
jpegformat.c \
19
main.c \
20
palette.c \
21
pngformat.c \
22
propertybag.c \
23
regsvr.c \
24
stream.c \
25
tgaformat.c \
26
tiffformat.c \
27
ungif.c
28
29
RC_SRCS
=
version.rc
30
31
IDL_P_SRCS
=
\
32
windowscodecs_wincodec.idl
33
34
EXTRA_OBJS
=
dlldata.o
35
36
@MAKE_DLL_RULES@