projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Fix typo in checkGLcall.
[wine]
/
dlls
/
windowscodecs
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = windowscodecs.dll
6
IMPORTLIB = windowscodecs
7
IMPORTS = uuid ole32 shlwapi advapi32
8
EXTRAINCL = @PNGINCL@
9
10
C_SRCS = \
11
bmpdecode.c \
12
bmpencode.c \
13
clsfactory.c \
14
converter.c \
15
fliprotate.c \
16
gifformat.c \
17
icnsformat.c \
18
icoformat.c \
19
imgfactory.c \
20
info.c \
21
jpegformat.c \
22
main.c \
23
palette.c \
24
pngformat.c \
25
propertybag.c \
26
regsvr.c \
27
stream.c \
28
tiffformat.c \
29
ungif.c
30
31
RC_SRCS = version.rc
32
33
@MAKE_DLL_RULES@