mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
5442ddc78d
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
224 B
Makefile
14 lines
224 B
Makefile
MODULE = mscms.dll
|
|
IMPORTLIB = mscms
|
|
IMPORTS = $(LCMS2_PE_LIBS) shlwapi advapi32
|
|
EXTRAINCL = $(LCMS2_PE_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
handle.c \
|
|
icc.c \
|
|
mscms_main.c \
|
|
profile.c \
|
|
stub.c \
|
|
transform.c
|
|
|
|
RC_SRCS = version.rc
|