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