wine-wine/dlls/mscms/Makefile.in

17 lines
209 B
Makefile
Raw Normal View History

MODULE = mscms.dll
IMPORTLIB = mscms
IMPORTS = advapi32
EXTRALIBS = @LCMSLIBS@
C_SRCS = \
handle.c \
icc.c \
mscms_main.c \
profile.c \
stub.c \
transform.c
2004-11-19 18:06:41 +00:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@