makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mscms / Makefile.in
1 MODULE    = mscms.dll
2 IMPORTLIB = mscms
3 IMPORTS   = advapi32
4 EXTRALIBS = @LCMSLIBS@
5
6 C_SRCS = \
7         handle.c \
8         icc.c \
9         mscms_main.c \
10         profile.c \
11         stub.c \
12         transform.c
13
14 RC_SRCS = version.rc
15
16 @MAKE_DLL_RULES@