makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / usp10 / Makefile.in
1 MODULE    = usp10.dll
2 IMPORTLIB = usp10
3 IMPORTS   = gdi32
4
5 C_SRCS = \
6         bidi.c \
7         mirror.c \
8         shape.c \
9         shaping.c \
10         usp10.c
11
12 @MAKE_DLL_RULES@