makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / wnaspi32 / Makefile.in
1 MODULE    = wnaspi32.dll
2 IMPORTLIB = wnaspi32
3 IMPORTS   = advapi32
4
5 C_SRCS = \
6         aspi.c \
7         winaspi32.c
8
9 @MAKE_DLL_RULES@