projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dplayx: Remove unneeded test, fix compilation on msvc++.
[wine]
/
dlls
/
mscms
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mscms.dll
6
IMPORTLIB = libmscms.$(IMPLIBEXT)
7
IMPORTS = kernel32 ntdll
8
EXTRALIBS = @LCMSLIBS@
9
10
C_SRCS = \
11
handle.c \
12
icc.c \
13
mscms_main.c \
14
profile.c \
15
stub.c \
16
transform.c
17
18
RC_SRCS = version.rc
19
20
@MAKE_DLL_RULES@
21
22
@DEPENDENCIES@ # everything below this line is overwritten by make depend