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