makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winemapi / Makefile.in
1 MODULE    = winemapi.dll
2 IMPORTS   = shlwapi shell32
3
4 C_SRCS = \
5         main.c \
6         sendmail.c
7
8 @MAKE_DLL_RULES@