repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
windowscodecs: Add a stub IWICMetadataReader/Writer implementation.
[wine.git]
/
dlls
/
mscms
/
Makefile.in
blob
658959820aa977cdd9a4066ca5aef76ac6bc9ae8
1
MODULE
=
mscms.dll
2
IMPORTLIB
=
mscms
3
IMPORTS
=
shlwapi advapi32
4
EXTRALIBS
=
@LCMSLIBS@
5
6
C_SRCS
=
\
7
handle.c \
8
icc.c \
9
mscms_main.c \
10
profile.c \
11
stub.c \
12
transform.c
13
14
RC_SRCS
=
version.rc
15
16
@MAKE_DLL_RULES@