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
user32: Get the graphics driver name from the desktop window registry entry.
[wine.git]
/
dlls
/
mscms
/
Makefile.in
blob
234c5156237b38a3c663ee5c3afe8f83ee0675bf
1
MODULE
=
mscms.dll
2
IMPORTLIB
=
mscms
3
IMPORTS
=
shlwapi advapi32
4
EXTRAINCL
=
@LCMS2_CFLAGS@
5
EXTRALIBS
=
@LCMS2_LIBS@
6
7
C_SRCS
=
\
8
handle.c \
9
icc.c \
10
mscms_main.c \
11
profile.c \
12
stub.c \
13
transform.c
14
15
RC_SRCS
=
version.rc
16
17
@MAKE_DLL_RULES@