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