mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
15 lines
230 B
Makefile
15 lines
230 B
Makefile
MODULE = mscms.dll
|
|
IMPORTLIB = mscms
|
|
IMPORTS = shlwapi advapi32
|
|
EXTRAINCL = $(LCMS2_CFLAGS)
|
|
EXTRALIBS = $(LCMS2_LIBS)
|
|
|
|
C_SRCS = \
|
|
handle.c \
|
|
icc.c \
|
|
mscms_main.c \
|
|
profile.c \
|
|
stub.c \
|
|
transform.c
|
|
|
|
RC_SRCS = version.rc
|