explorer: add a navbar to explorer
[wine/gsoc_explorer.git] / dlls / mscms / Makefile.in
blob9a55cdb4e73c7f3d74fa46d4582b0c9d88b1f225
1 MODULE = mscms.dll
2 IMPORTLIB = mscms
3 IMPORTS = advapi32
4 EXTRALIBS = @LCMSLIBS@
6 C_SRCS = \
7 handle.c \
8 icc.c \
9 mscms_main.c \
10 profile.c \
11 stub.c \
12 transform.c
14 RC_SRCS = version.rc
16 @MAKE_DLL_RULES@