projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Unicodified fontdlg.
[wine]
/
dlls
/
winsock
/
Makefile.in
1
EXTRADEFS = -DUSE_WS_PREFIX
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = ws2_32.dll
7
IMPORTS = user32 iphlpapi kernel32 ntdll
8
EXTRALIBS = $(LIBUNICODE)
9
10
C_SRCS = \
11
async.c \
12
protocol.c \
13
socket.c
14
15
C_SRCS16 = socket16.c
16
17
SPEC_SRCS16 = winsock.spec
18
19
RC_SRCS = version.rc
20
21
SUBDIRS = tests
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: