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