mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
eb8a40c368
Most dlls use libwine_unicode at this point, so there's nothing to gain by having two separate libraries.
27 lines
403 B
Makefile
27 lines
403 B
Makefile
EXTRADEFS = -DUSE_WS_PREFIX
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ws2_32.dll
|
|
IMPORTLIB = libws2_32.$(IMPLIBEXT)
|
|
IMPORTS = iphlpapi kernel32 ntdll
|
|
DELAYIMPORTS = user32
|
|
|
|
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:
|