makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winsock.dll16 / Makefile.in
1 MODULE    = winsock.dll16
2 IMPORTS   = ws2_32
3 DELAYIMPORTS = user32
4 EXTRADLLFLAGS = -m16 -Wb,--main-module,ws2_32.dll
5
6 C_SRCS = socket.c
7
8 @MAKE_DLL_RULES@