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