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