projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- added RECT support to the texture upload code
[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
ALTNAMES = winsock.dll
9
10
LDDLLFLAGS = @LDDLLFLAGS@
11
SYMBOLFILE = $(MODULE).tmp.o
12
13
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
14
15
C_SRCS = \
16
async.c \
17
socket.c
18
19
RC_SRCS = version.rc
20
21
SUBDIRS = tests
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: