mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
26 lines
414 B
Makefile
26 lines
414 B
Makefile
EXTRADEFS = -DUSE_WS_PREFIX
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ws2_32.dll
|
|
IMPORTLIB = libws2_32.$(IMPLIBEXT)
|
|
IMPORTS = user32 iphlpapi kernel32 ntdll
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
protocol.c \
|
|
socket.c
|
|
|
|
C_SRCS16 = socket16.c
|
|
|
|
SPEC_SRCS16 = winsock.spec
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|