makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / slc / Makefile.in
1 EXTRADEFS = -D_SLC_
2 MODULE    = slc.dll
3 IMPORTLIB = slc
4
5 C_SRCS = \
6         slc.c
7
8 @MAKE_DLL_RULES@