projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Generate 16-bit spec files as assembly code too.
[wine]
/
dlls
/
mswsock
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mswsock.dll
6
IMPORTLIB = libmswsock.$(IMPLIBEXT)
7
IMPORTS = ws2_32 iphlpapi kernel32
8
9
C_SRCS = \
10
mswsock.c
11
12
RC_SRCS = version.rc
13
14
@MAKE_DLL_RULES@
15
16
### Dependencies: