mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
13 lines
217 B
Makefile
13 lines
217 B
Makefile
MODULE = mscms.dll
|
|
IMPORTLIB = mscms
|
|
IMPORTS = $(LCMS2_PE_LIBS) shlwapi advapi32
|
|
EXTRAINCL = $(LCMS2_PE_CFLAGS)
|
|
|
|
SOURCES = \
|
|
handle.c \
|
|
icc.c \
|
|
mscms_main.c \
|
|
profile.c \
|
|
stub.c \
|
|
transform.c \
|
|
version.rc
|