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