projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
explorerframe: Implement expansion of nodes.
[wine]
/
dlls
/
winsock.dll16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winsock.dll16
6
IMPORTS = ws2_32
7
DELAYIMPORTS = user32
8
EXTRADLLFLAGS = -m16 -Wb,--main-module,ws2_32.dll
9
10
C_SRCS = socket.c
11
12
@MAKE_DLL_RULES@