projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msvcp60: Fixed num_put::fput implementation.
[wine]
/
dlls
/
mscms
/
Makefile.in
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@